Skip to content

Commit

Permalink
Add templates for github pr and issues (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Mar 15, 2020
1 parent cac5de0 commit 370cd11
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Report a bug in the project
title: ''
labels: bug
assignees: mszostok
---

<!-- Thank you for your contribution -->

**Description**

<!-- Provide a clear and concise description of the problem.
Describe where it appears, when it occurred, and what it affects. -->

<!-- Provide relevant technical details such as the browser name and version, or the operating system. -->

**Expected result**

<!-- Describe what you expect to happen. -->

**Actual result**

<!-- Describe what happens instead. -->

**Steps to reproduce**

<!-- List the steps to follow to reproduce the bug. Attach any files, links, code samples, or screenshots that could help in investigating the problem. -->

**Troubleshooting**

<!-- Describe the steps you have already taken to solve the issue. -->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an improvement to the project
title: ''
labels: ''
assignees: ''

---

<!-- Thank you for your contribution.-->

**Description**

<!-- Provide a clear and concise description of the feature. -->

**Reasons**

<!-- Explain why we should add this feature. Provide use cases to illustrate its benefits. -->
15 changes: 15 additions & 0 deletions .github/pull-request-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!-- Thank you for your contribution -->

**Description**

Changes proposed in this pull request:

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

**Related issue(s)**

<!-- If you refer to a particular issue, provide its number. For example, `Resolves #123`, `Fixes #43`, or `See also #33`. -->


0 comments on commit 370cd11

Please sign in to comment.