Skip to content

Commit 34f86b0

Browse files
authored
Merge pull request #636 from Yelp/danielpops-patch-2
Custom issue and pull request templates
2 parents 001e163 + 279c233 commit 34f86b0

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.github/issue_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
* **I'm submitting a ...**
2+
- [ ] bug report
3+
- [ ] feature request
4+
5+
* **What is the current behavior?**
6+
7+
* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem**
8+
9+
* **What is the expected behavior?**
10+
11+
* **What is the motivation / use case for changing the behavior?**
12+
13+
* **Please tell us about your environment:**
14+
- detect-secrets Version:
15+
- Python Version:
16+
- OS Version:
17+
- File type (if applicable):
18+
19+
* **Other information**
20+
<!-- (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. Stack Overflow, gitter etc.). If you have or can produce a baseline file, please provide it as part of a separate comment. -->

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
* **Please check if the PR fulfills these requirements**
2+
- [ ] Tests for the changes have been added
3+
<!-- (for bug fixes / features) -->
4+
- [ ] Docs have been added / updated
5+
<!-- (for bug fixes / features) -->
6+
- [ ] All CI checks are green
7+
8+
* **What kind of change does this PR introduce?**
9+
<!-- (Bug fix, feature, docs update, ...) -->
10+
11+
* **What is the current behavior?**
12+
<!-- (You can also link to an open issue here) -->
13+
14+
* **What is the new behavior (if this is a feature change)?**
15+
16+
* **Does this PR introduce a breaking change?**
17+
<!-- (What changes might users need to make in their application due to this PR?) -->
18+
19+
* **Other information**:

0 commit comments

Comments
 (0)