Skip to content

Commit 467f50d

Browse files
authored
Merge pull request #113 from ait-detectmate/feat/templates
add issue and PR templates
2 parents f159791 + f410dff commit 467f50d

4 files changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: 🐜 Bug report
3+
about: If something isn't working 🔧
4+
---
5+
6+
### Subject of the issue
7+
Describe your issue here.
8+
9+
### Your environment
10+
* Version of detectmate
11+
* Version of python
12+
* Docker or manual installation?
13+
14+
### Steps to reproduce
15+
Tell us how to reproduce this issue.
16+
17+
### Expected behaviour
18+
Tell us what should happen
19+
20+
### Actual behaviour
21+
Tell us what happens instead
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: 🚀 Feature request
3+
about: If you have a feature request 💡
4+
---
5+
6+
**Context**
7+
8+
What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem?
9+
10+
**Alternatives**
11+
12+
Can you achieve the same result doing it in an alternative way? Is the alternative considerable?
13+
14+
**Has the feature been requested before?**
15+
16+
Please provide a link to the issue.
17+
18+
**If the feature request is approved, would you be willing to submit a PR?**
19+
20+
Yes / No _(Help can be provided if you need assistance submitting a PR)_

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Task
2+
<!-- Please add link a relevant issue or task -->
3+
4+
# Description
5+
<!-- Please include a summary of the change -->
6+
<!-- Any details that you think are important to review this PR? -->
7+
<!-- Are there other PRs related to this one? -->
8+
9+
# How Has This Been Tested?
10+
<!-- Please describe how you tested your changes -->
11+
12+
# Checklist
13+
<!-- Go over all the following points, and put an `x` in all the boxes that apply -->
14+
15+
- [ ] This Pull-Request goes to the **development** branch.
16+
- [ ] I have successfully run prek locally.
17+
- [ ] I have added tests to cover my changes.
18+
- [ ] I have linked the issue-id to the task-description.
19+
- [ ] I have performed a self-review of my own code.

0 commit comments

Comments
 (0)