Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add issue guidelines to TOC #1188

Merged
merged 1 commit into from
Apr 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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