Skip to content

Commit f1321fd

Browse files
authored
#97: Add issue and pr templates (#98)
* Add issue template * Add pull request template
1 parent bc0c44e commit f1321fd

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Report a problem and provide necessary context
4+
title: 'Fix ...'
5+
labels: 'bug'
6+
7+
---
8+
9+
<!--
10+
Hi, thanks for submitting a bug. We appreciate that.
11+
12+
But, we will need some information about what's wrong to help you.
13+
-->
14+
## What's wrong
15+
16+
<!-- Describe what is not working. -->
17+
18+
## How it should work?
19+
20+
<!-- Describe how it should work. -->
21+
22+
## Checklist before calling for maintainers
23+
24+
* [ ] Have you checked to ensure there aren't other open [Issues](../issues) for the same problem?
25+

.github/pull_request_template.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## #(issue number): Summarize your changes
2+
3+
<!--Please include the reasons behind these changes and any relevant context.
4+
This project only accepts pull requests related to open issues -->
5+
<!--- Special phrase to auto-close the issue that your PR fixes -->
6+
Closes # (issue number)
7+
8+
## Checklist before requesting a review
9+
10+
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)?
11+
- [ ] Have you performed a self-review?

0 commit comments

Comments
 (0)