Skip to content

Commit

Permalink
fix: add issue guidelines to TOC (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdhaval committed Apr 25, 2022
1 parent 5ae76ab commit 192165b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ There are many ways you can contribute. Of course you can contribute code. But w
- [First Time Contributors](#first-time-contributors)
- [Contribution Guidelines](#contribution-guidelines)
- [Code of Conduct](#code-of-conduct)
- [Issues](#issues)
- [About Issues](#about-issues)
- [Triaging](#triaging)
- [Code Conventions and Guidelines](#code-conventions-and-guidelines)
- [Commits](#commits)
- [Branches](#branches)
- [PRs](#prs)
- [Issues](#issues)
- [Contribution Workflow](#contribution-workflow)
- [Find Something To Work On](#find-something-to-work-on)
- [Start a Discussion](#start-a-discussion)
Expand Down Expand Up @@ -51,7 +52,7 @@ Janssen project has a
[Code of Conduct](CODE_OF_CONDUCT.md)
to which all contributors must adhere, please read it before interacting with the repository or the community in any way.

## Issues
## About Issues

There are four kinds of issues you can open:

Expand Down Expand Up @@ -136,7 +137,7 @@ Branch name should have component name as prefix, eg `jans-core-mybranch`
- PR should include relevent documentaton changes
- PR should include unit and integration tests

### Issues
### Issues
- Issue titles should follow [Conventional Commits v1.0.0](https://www.conventionalcommits.org/en/v1.0.0/)

# Contribution Workflow
Expand Down

0 comments on commit 192165b

Please sign in to comment.