Skip to content

Commit

Permalink
add stub chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Dec 7, 2023
1 parent 88d18ca commit 50a317c
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Contribution Guidelines
# How to contribute

xyz

## Adding a new Feature
- <https://github.com/rails/rails/blob/main/CONTRIBUTING.md>
- <https://github.com/opengovernment/opengovernment/blob/master/CONTRIBUTING.md>
- <https://opensource.guide/starting-a-project/>
- <https://skills.github.com/>

## Report a Bug

xyz

## Fix a Bug

xyz

## Add a new Feature

xyz

Expand All @@ -27,6 +40,10 @@ or execute the individual commands that can be found in `Makefile`.
- to run all checks use: `make check`
- to run all tests use: `make test` or your preferred IDE

## Code Style Guidelines

xyz - <https://github.com/telekom/style-doc/blob/main/CONTRIBUTING.md#style-guidelines>

## Project Setup

We recommend to do the setup in a text console and not with a GUI tool.
Expand Down

0 comments on commit 50a317c

Please sign in to comment.