Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue templates #2

Merged
merged 4 commits into from
Oct 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Bug report
about: Create a report of a bug you've encountered to help us improve
title: 'BUG: '
labels: bug
assignees: ''

---

**Describe the bug/error**
> What happened?

A clear and concise description of what the bug is

**To Reproduce**
> How did you get to that error/ bug?

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
jyksnw marked this conversation as resolved.
Show resolved Hide resolved
> What did you expect to happen?

A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest a new feature or idea for bible.com
title: Feature request / General idea
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've come across**
A clear and concise description of any alternative solutions or features you've come across.

**Additional context**
Add any other context or screenshots about the feature request here.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/growth-idea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Growth idea
about: Suggest an idea for driving growth (SEO, Organic Traffic, the like) for bible.com
title: 'Growth idea: '
labels: growth
assignees: ''

---

**Describe the idea you have in mind**
A clear and concise description of what you would like to happen.

**Defense for the idea**
- How the idea will improve growth?
- What area of growth it will improve?
- What do you think is estimated level of effort to implement this?

**Additional context**
Add any other context like screenshots, white papers etc. (from elsewhere or other parts of the web app) about the idea here.