Skip to content

Commit

Permalink
πŸ“ Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
linked to new issue templates
  • Loading branch information
LaurenzBeck authored Apr 8, 2024
1 parent 91f08e7 commit d78b7c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ This project and everyone participating in it is governed by the [NiaAML Code of
## How Can I Contribute?

### Reporting Bugs
Before creating bug reports, please check existing issues list as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible in the [issue template](.github/templates/ISSUE_TEMPLATE.md).
Before creating bug reports, please check existing issues list as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible in the issue using the ["πŸ› bug report" issue template](.github/ISSUE_TEMPLATE/πŸ› bug report.md).

### Suggesting Enhancements

Open new issue using the [feature request template](.github/templates/FEATURE_REQUEST.md).
Open new issue using the ["πŸš€ feature request" template](.github/ISSUE_TEMPLATE/πŸš€ feature request.md).

### Pull requests

Fill in the [pull request template](.github/templates/PULL_REQUEST.md) and make sure your code is documented.
Fill in the [pull request template](.github/pull_request_template.md) and make sure your code is documented.

## Setup development environment

Expand Down

0 comments on commit d78b7c3

Please sign in to comment.