48 lines
2.3 KiB
Markdown
48 lines
2.3 KiB
Markdown
## How to contribute
|
|
|
|
One of the easiest ways to contribute is to participate in discussions and discuss issues.
|
|
|
|
## General feedback and discussions?
|
|
|
|
Please start a discussion on the [Home repo issue tracker](https://github.com/aspnet/Home/issues).
|
|
|
|
## Bugs and feature requests?
|
|
Please log a new issue in the appropriate GitHub repo. Here are some of the most common repos:
|
|
|
|
* [DependencyInjection](https://github.com/aspnet/DependencyInjection)
|
|
* [EntityFramework](https://github.com/aspnet/EntityFramework)
|
|
* [Identity](https://github.com/aspnet/Identity)
|
|
* [KRuntime](https://github.com/aspnet/KRuntime)
|
|
* [MVC](https://github.com/aspnet/Mvc)
|
|
* [SignalR-Server](https://github.com/aspnet/SignalR-Server)
|
|
|
|
The full repo list is [here](https://github.com/aspnet).
|
|
|
|
## Other discussions
|
|
Our team members also monitor several other discussion forums:
|
|
|
|
* [ASP.NET vNext forum](http://forums.asp.net/1255.aspx/1?ASP+NET+vNext)
|
|
* [StackOverflow](http://stackoverflow.com/questions/tagged/asp.net-vnext) with the `asp.net-vnext` tag
|
|
* [JabbR chat room](https://jabbr.net/#/rooms/aspnetvnext) for real-time discussions with the community and the people who work on the project
|
|
|
|
|
|
## Filing issues
|
|
|
|
When filing issues, please use our [bug filing templates](https://github.com/aspnet/Home/wiki/Functional-bug-template).
|
|
The best way to get your bug fixed is to be as detailed as you can be about the problem.
|
|
Providing a minimal project with steps to reproduce the problem is ideal.
|
|
Here are questions you can answer before you file a bug to make sure you're not missing any important information.
|
|
|
|
1. Did you read the [documentation](https://github.com/aspnet/home/wiki)?
|
|
2. Did you include the snippet of broken code in the issue?
|
|
3. What are the *EXACT* steps to reproduce this problem?
|
|
4. What package versions are you using (you can see these in the `project.json` file)?
|
|
5. What operating system are you using?
|
|
6. What version of IIS are you using?
|
|
|
|
GitHub supports [markdown](http://github.github.com/github-flavored-markdown/), so when filing bugs make sure you check the formatting before clicking submit.
|
|
|
|
## Contributing code and content
|
|
|
|
We are actively working to allow community code and content contributions. We can't accept code and content contributions yet, but check back soon for updates.
|