Update /contact page with links to filing bug reports + forem.dev (#12475)
This commit is contained in:
parent
5636e48c92
commit
5907ff6b2d
2 changed files with 5 additions and 2 deletions
|
|
@ -36,8 +36,10 @@
|
|||
Report a vulnerability: <a href="https://dev.to/security">dev.to/security</a> 🐛
|
||||
</p>
|
||||
<p>
|
||||
Please make a GitHub issue for feature requests:
|
||||
<a href="https://github.com/forem/forem">forem/forem</a>.
|
||||
To report a bug, please create <a href="https://github.com/forem/forem/issues/new/choose">a bug report</a> in our open source repository.
|
||||
</p>
|
||||
<p>
|
||||
To request a feature, please visit <a href="https://forem.dev">forem.dev</a> and write a post!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@ RSpec.describe "Pages", type: :request do
|
|||
it "has proper headline" do
|
||||
get "/contact"
|
||||
expect(response.body).to include("Contact")
|
||||
expect(response.body).to include("@#{SiteConfig.social_media_handles['twitter']}")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue