Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 193ff6f

Browse files
cvgwcodyoss
authored andcommittedDec 20, 2019
#358 add template for PR and bug report (#361)
* add template for PR and bug report * add issue template config * add feature request template
1 parent 45682d7 commit 193ff6f

File tree

4 files changed

+83
-0
lines changed

4 files changed

+83
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
********************************************************************************
2+
3+
name: Bug report about: Report a bug in gomock
4+
5+
********************************************************************************
6+
7+
**Actual behavior** A clear and concise description of what the bug is.
8+
9+
**Expected behavior** A clear and concise description of what you expected to
10+
happen.
11+
12+
**To Reproduce** Steps to reproduce the behavior
13+
14+
1. ...
15+
2. ...
16+
17+
**Additional Information**
18+
19+
- gomock mode (reflect or source)
20+
- gomock version or git ref
21+
- golang version
22+
23+
**Triage Notes for the Maintainers**
24+
25+
<!-- 🎉🎉🎉 Thank you for an opening an issue !!! 🎉🎉🎉 We are doing our best to get to this. Please help us by helping us prioritize your issue by filling the section below -->
26+
27+
**Description** | **Yes/No**
28+
---------------------------------------------------- | ------------------------
29+
Please check if this a new feature you are proposing | <ul><li>- [ ] </li></ul>
30+
Please check if this is an issue with mockgen | <ul><li>- [ ] </li></ul>

‎.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
#contact_links:
3+
# - name: GitHub Community Forum
4+
# url: https://github.community/
5+
# about: Please ask and answer questions here.
6+
# - name: GitHub Security Bug Bounty
7+
# url: https://bounty.github.com/
8+
# about: Please report security vulnerabilities here.
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
********************************************************************************
2+
3+
name: Feature request about: Propose a new feature for gomock
4+
5+
********************************************************************************
6+
7+
*Requested feature* A clear description of the desired feature and an example of
8+
how it would be used.
9+
10+
*Why the feature is needed* A clear description of how this feature is not
11+
served by existing functionality in gomock.
12+
13+
*(Optional) Proposed solution* A clear description of a proposed method for
14+
adding this feature to gomock.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!-- 🎉🎉🎉 Thank you for the PR!!! 🎉🎉🎉 -->
2+
3+
4+
Fixes #<issue number>. _in case of a bug fix, this should point to a bug and any other related issue(s)_
5+
6+
**Description**
7+
8+
<!-- Describe your changes here- ideally you can get that description straight from
9+
your descriptive commit message(s)! -->
10+
11+
**Submitter Checklist**
12+
13+
These are the criteria that every PR should meet, please check them off as you
14+
review them:
15+
16+
- [ ] Includes tests
17+
18+
**Reviewer Notes**
19+
20+
- [ ] The code flow looks good.
21+
- [ ] Tests added.
22+
23+
24+
**Release Notes**
25+
26+
Describe any changes here so maintainer can include it in the release notes, or delete this block.
27+
28+
```
29+
Examples of user facing changes:
30+
- Improved API for custom matchers
31+
```

0 commit comments

Comments
 (0)
This repository has been archived.