Skip to content

Commit

Permalink
Add the issue and pull request templates (#31)
Browse files Browse the repository at this point in the history
* Add the issue and pull request templates

* Add the Related issue section
  • Loading branch information
klaudiagrz authored Jun 17, 2024
1 parent af64838 commit 851c8f9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- Thank you for your contribution. Before you submit the issue:
- Search open and closed issues for duplicates.
- Read the [Contributing guidelines](../contributing.md).
- Follow the [Code of Conduct](../CODE_OF_CONDUCT.md).
-->

**Description**

<!-- In this section, provide a clear and concise description of the issue. Provide proper argumentation and screenshots, if necessary. -->
18 changes: 18 additions & 0 deletions .github/pull-request-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- Thank you for your contribution. When contributing to the project, remember to:
- Read the [Contribution guide](../contributing.md).
- Follow the [Code of Conduct](../CODE_OF_CONDUCT.md).
-->

**Description**

<!-- In this section, provide a description of your changes. The context and justification let others understand your motivation and the purpose of the pull request. Follow the description with a list that summarises the most relevant changes included in the pull request. -->

Changes proposed in this pull request:

- ...
- ...
- ...

**Related issues**

<!-- Link the related issue here, if applicable. -->

0 comments on commit 851c8f9

Please sign in to comment.