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

Added issue/pr templates #251

Merged
merged 1 commit into from
Mar 6, 2024
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
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Bug report
about: Submit a grouse
title: ''
labels: 'flavour: bug'
assignees: ''

---

[ This is just a template. You can delete any section that does not apply to the issue. ]

## Description

[ Provide a clear and detailed explanation of the issue. ]

## Environment

- Browser (if applicable): [ e.g., Chrome 92, Firefox 89 ]
- Versions (all that apply to bug):
- Browser: [ e.g. Chrome 99 ]
- RAMP Build: [ e.g. 4.0.1-beta [89b9eb544] ]
- NodeJS: [ e.g. 14.17.3 ]
- Any other relevant environment details

## Screenshots

[ If applicable, include screenshots or gifs that help visualize the issue. ]

## Steps to reproduce

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Expected behavior

[ Clearly describe what you expected to happen. ]

## Actual behavior

[ Describe what actually happened. ]

## Additional information

[ Include any other relevant information, such as error messages, logs, related issues, and things you've tried. ]

## Possible solution

[ If you have any ideas on how to solve the issue, share them here. It's okay if you don't have a solution yet. ]

## Related issues

[ List any related issues or pull requests that might be connected to this issue. ]
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Feature request
about: Suggest an idea
title: ''
labels: 'flavour: feature'
assignees: ''

---

[ This is just a template. You can delete any section that does not apply to the request. ]

## Description

[ Provide a detailed description of the feature you'd like to request. ]

### Is your feature request related to a problem?

[ Explain the problem it would solve or the value it would add to the project. E.g. "I'm always frustrated when X happens" ]

## Proposed solution

[ Provide a clear description of what you want to happen. ]

## Alternatives considered

[ If you have any ideas on how this feature could be implemented, share them here. You can also include design suggestions, technical details, or workflow considerations. ]

## Additional context

[ Add any other context or screenshots about the feature request here. ]

## Related Issues

[ List any related issues, pull requests, or discussions that might be related to this feature request. ]
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Related Item(s)
*#Item 1*, *#Item 2*

### Changes
- [FEATURE] *Describe feature...*
- [FIX] *Describe fix...*
- [DOCS] *Describe docs changes...*
- [REFACTOR] *Describe refactor...*

### Notes
*Additional comments about the changes in this PR, including screenshots/gifs*

### Testing
Steps:
1. ...
2. ...
Loading