Skip to content

Commit 94d83b9

Browse files
authored
Merge pull request #255 from KOLANICH/pr_template_fixes
Improve PR and issue templates
2 parents fb3b11a + 2e1ba21 commit 94d83b9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
Please fill in the fields below to submit an issue or feature request. The
2-
more information that is provided, the better.
3-
4-
1+
<!-- Please fill in the fields below to submit an issue or feature request. The
2+
more information that is provided, the better. -->
53
**Description of issue or feature request**:
64

75

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
Please fill in the fields below to submit a pull request. The more information
2-
that is provided, the better.
1+
<!-- Please fill in the fields below to submit a pull request. The more information
2+
that is provided, the better. -->
33

4-
**Fixes issue #**:
4+
<!-- Insert issue number here. See https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword for more info. -->
5+
Fixes: #
56

6-
**Description of the changes being introduced by the pull request**:
7+
### Description of the changes being introduced by the pull request:
78

8-
**Please verify and check that the pull request fulfils the following
9-
requirements**:
9+
10+
11+
### Please verify and check that the pull request fulfils the following requirements:
1012

1113
- [ ] The code follows the [Code Style Guidelines](https://github.com/secure-systems-lab/code-style-guidelines#code-style-guidelines)
1214
- [ ] Tests have been added for the bug fix or new feature

0 commit comments

Comments
 (0)