Skip to content

Commit

Permalink
Update the GitHub issue/pr template
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sstok committed Apr 26, 2020
1 parent 4202b95 commit f796b5a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/1_Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ assignees: ''

**RollerworksSearch version(s) affected**: x.y.z

**Description**
**Description**
<!-- A clear and concise description of the problem. -->

**How to reproduce**
**How to reproduce**
<!-- Code and/or config needed to reproduce the problem. -->

**Possible Solution**
**Possible Solution**
<!--- Optional: only if you have suggestions on a fix/reason for the bug -->

**Additional context**
**Additional context**
<!-- Optional: any other context about the problem: log messages, screenshots, etc. -->
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/2_Feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ assignees: ''

---

**Description**
**Description**
<!-- A clear and concise description of the new feature. -->

**Example**
**Example**
<!-- A simple example of the new feature in action (include PHP code, YAML config, etc.)
If the new feature changes an existing feature, include a simple before/after comparison. -->
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3_Support_question.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: 👩‍🏫 Support Question
about: Questions about using RollerworksSearch
labels: Question / Support
labels: Question / Support

---

**Description**
<!-- A clear and concise description of the problem. Also include what you tried, and any code
snipptets if you have them.
snippets if you have them.
Please be patient, it may take some to get a response. Thanks.
Expand Down
17 changes: 8 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
| ------------- | ---
| Bug fix? | yes/no
| New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks? | no
| BC breaks? | yes/no
| Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass? | yes <!-- please add some, will be required by reviewers -->
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", if any -->
| License | MIT

<!--
- Please fill in this template according to the PR you're about to submit.
Provide additional information in your description, not the questioner table.
- Replace this comment by a description of what your PR is solving.
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR.
Please also note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.
The Code of Conduct can be found at https://github.com/rollerworks/contributing/blob/master/CODE_OF_CONDUCT.md.
Additionally:
- Update the docs (for new features) if needed.
- Always add tests and ensure they pass.
- Features and deprecations must be submitted against branch master.
-->

0 comments on commit f796b5a

Please sign in to comment.