Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.57 KB

CONTRIBUTING.md

File metadata and controls

50 lines (33 loc) · 2.57 KB

How to contribute

The easiest way to contribute is to open an issue and start a discussion. Then we can decide if and how a feature or a change could be implemented and if you should submit a pull requests with code changes.

Also read this first: Being a good open source citizen

General feedback and discussions

Please start a discussion on the core repo issue tracker.

Platform

Dotnet.IdentityServer is is built using Dotnet 3.1 and 5.0 Both MSSQL and Postgres Databases are currently being supported.

Building the solution

You can built the entire solution using docker-compose or any IDE that supports dotnet core (Visual Studio, VS Code, Rider etc.)

Bugs and feature requests?

Please log a new issue in the GitHub repository: https://github.com/TopSwagCode/Dotnet.IdentityServer/issues

Filing issues

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.

GitHub supports markdown, so when filing bugs make sure you check the formatting before clicking submit.

Contributing code and content

Make sure you can build the code. Familiarize yourself with the project workflow and our coding conventions. If you don't know what a pull request is read this article: https://help.github.com/articles/using-pull-requests.

We only accept PRs to the master branch.

Before submitting a feature or substantial code contribution please discuss it with the team and ensure it follows the product roadmap. Here's a list of blog posts that are worth reading before doing a pull request:

Here's a few things you should always do when making changes to the code base:

Commit/Pull Request Format

Summary of the changes (Less than 80 chars)
 - Detail 1
 - Detail 2

#bugnumber (in this specific format)