Skip to content

Commit f8d0404

Browse files
committed
Correct discussion links in CONTRIBUTING.md
- add a link from README.md to CONTRIBUTING.md nit: remove extra blank lines
1 parent 39d3064 commit f8d0404

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
One of the easiest ways to contribute is to participate in discussions and discuss issues. You can also contribute by submitting pull requests with code changes.
44

5-
65
## Bugs and feature requests?
76
For non-security related bugs please log a new issue in this repo.
87

@@ -12,10 +11,10 @@ Security issues and bugs should be reported privately, via email, to the Microso
1211
## Other discussions
1312
Our team members also monitor several other discussion forums:
1413

15-
* [ASP.NET Core forum](https://forums.asp.net/1255.aspx/1?ASP+NET+5)
16-
* [StackOverflow](https://stackoverflow.com/) with the [`asp.net-core`](https://stackoverflow.com/questions/tagged/asp.net-core), [`asp.net-core-mvc`](https://stackoverflow.com/questions/tagged/asp.net-core-mvc), or [`entity-framework-core`](https://stackoverflow.com/questions/tagged/entity-framework-core) tags.
17-
* [JabbR chat room](https://jabbr.net/#/rooms/AspNetCore) for real-time discussions with the community and the people who work on the project
18-
14+
* [ASP.NET MVC forum](https://forums.asp.net/1146.aspx/1?MVC)
15+
* [ASP.NET Web API forum](hhttps://forums.asp.net/1246.aspx/1?Web+API)
16+
* [ASP.NET Web Pages forum](https://forums.asp.net/1224.aspx/1?ASP+NET+Web+Pages)
17+
* [StackOverflow](https://stackoverflow.com/) with the [`asp.net`](https://stackoverflow.com/questions/tagged/asp.net), [`asp.net-mvc`](https://stackoverflow.com/questions/tagged/asp.net-mvc), [`asp.net-web-api`](https://stackoverflow.com/questions/tagged/asp.net-web-api), [`asp.net-webpages`](https://stackoverflow.com/questions/tagged/asp.net-webpages) or [`razor`](https://stackoverflow.com/questions/tagged/razor) tags.
1918

2019
## Filing issues
2120
When filing issues, please use our [bug filing templates](https://github.com/aspnet/Home/wiki/Functional-bug-template).
@@ -32,7 +31,6 @@ Here are questions you can answer before you file a bug to make sure you're not
3231

3332
GitHub supports [markdown](https://help.github.com/articles/github-flavored-markdown/), so when filing bugs make sure you check the formatting before clicking submit.
3433

35-
3634
## Contributing code and content
3735
You will need to sign a [Contributor License Agreement](https://cla2.dotnetfoundation.org/) before submitting your pull request. To complete the Contributor License Agreement (CLA), you will need to submit a request via the form and then electronically sign the Contributor License Agreement when you receive the email containing the link to the document. This needs to only be done once for any .NET Foundation OSS project.
3836

@@ -58,4 +56,3 @@ Addresses #bugnumber (in this specific format)
5856
- Tests only need to be present for issues that need to be verified by QA (e.g. not tasks)
5957
- If there is a scenario that is far too hard to test there does not need to be a test for it.
6058
- "Too hard" is determined by the team as a whole.
61-

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This repo includes:
1818

1919
The latest built and tested packages from this repo are available on this MyGet feed: https://dotnet.myget.org/gallery/aspnetwebstack-dev
2020

21+
### Contributing
22+
23+
Check out the [contributing](CONTRIBUTING.md) page to see the best places to log issues and start discussions.
24+
2125
### Tags and releases
2226

2327
Git tag|Git branch|Other products|MVC package versions|Web API package (product) versions|Web Pages package versions

0 commit comments

Comments
 (0)