You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
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.
4
4
5
-
6
5
## Bugs and feature requests?
7
6
For non-security related bugs please log a new issue in this repo.
8
7
@@ -12,10 +11,10 @@ Security issues and bugs should be reported privately, via email, to the Microso
12
11
## Other discussions
13
12
Our team members also monitor several other discussion forums:
*[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
*[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.
19
18
20
19
## Filing issues
21
20
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
32
31
33
32
GitHub supports [markdown](https://help.github.com/articles/github-flavored-markdown/), so when filing bugs make sure you check the formatting before clicking submit.
34
33
35
-
36
34
## Contributing code and content
37
35
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.
38
36
@@ -58,4 +56,3 @@ Addresses #bugnumber (in this specific format)
58
56
- Tests only need to be present for issues that need to be verified by QA (e.g. not tasks)
59
57
- If there is a scenario that is far too hard to test there does not need to be a test for it.
60
58
- "Too hard" is determined by the team as a whole.
0 commit comments