You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,16 @@ Find the needed basics here:
9
9
*[how to fork a repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
10
10
*[how create a pull request from a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)
11
11
12
+
13
+
## Pullrequests
14
+
15
+
When opening a pull request, use the repository’s pull request template and complete all required fields.
16
+
Keep each pull request focused on a single topic or problem.
17
+
18
+
Every pull request must reference an existing issue that it aims to address.
19
+
If no issue exists for your topic, please create one first using the appropriate issue template, then link your pull request to it.
20
+
21
+
12
22
## Setup
13
23
14
24
This project uses [poetry]. Have it installed and setup first.
0 commit comments