-
-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(github): adding feature template and issue template
- Loading branch information
Showing
5 changed files
with
114 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: 🐞 Bug | ||
about: File a bug/issue | ||
title: '[BUG] <title>' | ||
labels: 'scope: bug' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
Note: Please search to see if an issue already exists for the bug you encountered. | ||
--> | ||
|
||
### Current Behavior: | ||
<!-- A concise description of what you're experiencing. --> | ||
|
||
### Expected Behavior: | ||
<!-- A concise description of what you expected to happen. --> | ||
|
||
### Steps To Reproduce: | ||
<!-- | ||
Example: steps to reproduce the behavior: | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
--> | ||
|
||
### Logs | ||
|
||
### Anything else: | ||
<!-- | ||
Links? References? Screenshots? Anything that will give us more context about the issue that you are encountering! | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: ❓ Question | ||
about: Ask a question | ||
title: '[QUESTION] <title>' | ||
labels: 'scope: question' | ||
assignees: '' | ||
--- | ||
|
||
- [ ] I have searched open and closed issues for this question | ||
|
||
<!-- We also have a telegram channel which is also a great place to ask questions | ||
t.me/fastvim | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: [enhancement] | ||
|
||
body: | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Is your feature related to a problem? | ||
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
- type: textarea | ||
id: solution | ||
validations: | ||
required: true | ||
attributes: | ||
label: Describe the new feature | ||
placeholder: A clear and concise description of what the new feature is. | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
placeholder: Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Type of Changes | ||
|
||
Please mark the options that best describe your PR: | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Enhancement | ||
- [ ] Refactor | ||
- [ ] Documentation update | ||
- [ ] CI/CD changes | ||
- [ ] Dependencies update | ||
- [ ] Other (please specify): | ||
|
||
## Checklist | ||
|
||
- [ ] I have read and followed the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines for this project. | ||
- [ ] Added or updated documentation, changelog, news and if needed (e.g., `README.md`, code comments). | ||
- [ ] I tested my modifications and they didn't cause any problems. | ||
- [ ] I have resolved all conflicts (if any) | ||
- [ ] My commit follows the project conventions | ||
|
||
## Description | ||
|
||
<!-- Describe the big picture of your changes to communicate to the maintainers | ||
why we should accept this pull request. --> | ||
|
||
## Related Issue(s) | ||
|
||
<!-- | ||
If this PR fixes any issues, please link to the issue here. | ||
- Fixes #<issue_number> | ||
--> | ||
|
||
## Screenshots | ||
|
||
<!-- Add screenshots of the changes if applicable. --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters