Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 29d4dc4

Browse files
committed
add missing CONTRIBUTING.md file
1 parent e451f25 commit 29d4dc4

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Contributing
2+
3+
## Security
4+
5+
If you think you have found a **security issue**, please do not mention it in this repository.
6+
Instead, send an email to [email protected] with as many details as possible so it can be handled confidential.
7+
8+
## Bug Reports and Feature Requests
9+
10+
If you have found a **bug** or have a **feature request** please use the search first in case a similar issue already exists.
11+
If not, please create an issue in this repository
12+
13+
## Code
14+
15+
If you would like to fix a bug or implement a feature, please fork the repository and create a Pull Request.
16+
17+
Before you start any Pull Request, it is recommended that you create an issue to discuss first if you have any
18+
doubts about requirement or implementation. That way you can be sure that the maintainer(s) agree on what to change and how,
19+
and you can hopefully get a quick merge afterwards.
20+
21+
Pull Requests can only be merged once all status checks are green.
22+
23+
## Do not force push to your Pull Request branch
24+
25+
Please do not force push to your Pull Requests branch after you have created your Pull Request, as doing so makes it harder for us to review your work.
26+
Pull Requests will always be squashed by us when we merge your work. Commit as many times as you need in your Pull Request branch.
27+
28+
## Re-requesting a review
29+
30+
Please do not ping your reviewer(s) by mentioning them in a new comment. Instead, use the re-request review functionality.
31+
Read more about this in the [GitHub docs, Re-requesting a review](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request#re-requesting-a-review).

0 commit comments

Comments
 (0)