Update /contact page with links to filing bug reports + forem.dev (#12475)

This commit is contained in:
Vaidehi Joshi 2021-01-29 03:40:24 -08:00 committed by GitHub
parent 5636e48c92
commit 5907ff6b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -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>

View file

@ -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