Skip to content
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
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: 🐛 Bug report
about: Create a report to help us improve.
title: '[BUG] '
labels: bug, triage
assignees: ''
---

## Describe the bug
A clear and concise description of what the bug is.

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

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

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

## Environment data
- OS: [e.g. iOS, Windows]
- Browser / App version: [e.g. Chrome 122, v1.4.2]
- Relevant dependencies: [e.g. Node version]

## Additional context
Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: 🚀 Feature request
about: Suggest an idea for this project.
title: '[FEATURE] '
labels: enhancement
assignees: ''
---

### Description
<!--What is this ticket trying to accomplish? Be specific about where the scope starts and ends. What business objective are we trying to meet? Specify what should or shouldn't change for the end user.-->

### Acceptance Criteria
<!--List the things that will help you answer the question: "How do I know when I'm done with this ticket?"-->
- [ ] The feature/s being implemented are covered by unit tests - If not, create tests for them on this ticket

### Additional Info and Resources
<!--A place for any other relevant items. This can include research questions for SPIKEs, assumptions, links to designs, etc.-->

### QA
<!--Provide instructions to help QA this work.-->

3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

## Issue

<!-- Use 'Closes' if you want to close the issue when you merge otherwise use 'Addresses' -->
Closes [#000](https://github.com/rubyforgood/alongwithyou/issues/000)

## Testing

- [ ] Covered by automated tests
- [ ] Covered by tests

<!-- How you checked this: commands you ran, steps to reproduce, or why tests don't apply. -->

Expand Down