Skip to content

Commit

Permalink
Merge pull request #2262 from mirumee/issue-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
Marcin Gębala committed Jun 8, 2018
2 parents 43b41e0 + ec61c08 commit b16e8b8
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 26 deletions.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help us improve

---

### What I'm trying to achieve

### Steps to reproduce the problem
1.
2.

### What I expected to happen

### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->

**System information**
Operating system:
Browser:
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

### What I'm trying to achieve

### Describe a proposed solution
...

### Other solutions I've tried and won't work

### Screenshots or mockups
<!-- Please provide any illustrations that could help others understand the problem or the proposed solution. -->
12 changes: 6 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,19 +1,19 @@
I want to merge this change because...

(Please mention all relevant issue numbers.)
<!-- Please mention all relevant issue numbers. -->

(If your changes affect the UI, providing "before" and "after" screenshots will
greatly reduce the amount of work needed to review your work.)
### Screenshots

<!-- If your changes affect the UI, providing "before" and "after" screenshots will
greatly reduce the amount of work needed to review your work. -->

### Pull Request Checklist

(Please keep this section. It will make maintainer's life easier.)
<!-- Please keep this section. It will make maintainer's life easier. -->

1. [ ] Privileged views and APIs are guarded by proper permission checks.
1. [ ] All visible strings are translated with proper context.
1. [ ] All data-formatting is locale-aware (dates, numbers, and so on).
1. [ ] Database queries are optimized and the number of queries is constant.
1. [ ] The changes are tested.
1. [ ] The code is documented (docstrings, project documentation).
1. [ ] Python code quality checks pass: `pycodestyle`, `pydocstyle`, `pylint`.
1. [ ] JavaScript code quality checks pass: `eslint`.

0 comments on commit b16e8b8

Please sign in to comment.