-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(SNP-903): add new PR and issues templates
- Loading branch information
1 parent
ad50ded
commit 77eccb4
Showing
8 changed files
with
35 additions
and
112 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
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: SurfGear telegram chat | ||
url: https://t.me/SurfGear | ||
about: Please ask and answer questions 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
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 |
---|---|---|
@@ -1,23 +1,22 @@ | ||
--- | ||
name: Feature Request | ||
about: I'd like Surf DCM presets to do something new. | ||
name: Feature request | ||
about: I'd like SurfGear team to do something new. | ||
labels: enhancement | ||
--- | ||
|
||
<!-- | ||
Thank you for contributing to our project! | ||
This template is only for feature requests, otherwise please use another template. | ||
Provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric. | ||
Provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current workarounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric. | ||
--> | ||
## Specify package name | ||
<!--Write the name of the package where you have problems--> | ||
|
||
## What is the new or updated feature that you are suggesting? | ||
|
||
A clear and concise description of what you want to happen. | ||
<!--A clear and concise description of what you want to happen.--> | ||
|
||
## Why should this feature be included? | ||
|
||
Is your feature request related to a problem? Please describe a clear and concise description of what the problem is. If you investigated any alternative solutions please describe. | ||
<!--Is your feature request related to a problem? Please describe a clear and concise description of what the problem is. If you investigate any alternative solutions, please describe.--> | ||
|
||
## Additional context | ||
|
||
Please provide any other context or screenshots about the feature request here. | ||
<!--Please provide 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 |
---|---|---|
@@ -1,70 +1,6 @@ | ||
## Related tasks | ||
<!-- | ||
For more info https://github.com/surfstudio/flutter-roadmap/blob/main/docs/PULL_REQUEST_TEMPLATE_README.md#related-tasks | ||
--> | ||
Tap on "Preview" ⤴ | ||
|
||
|
||
## Dependence on other Pull Requests (optional) | ||
<!-- | ||
For more info https://github.com/surfstudio/flutter-roadmap/blob/main/docs/PULL_REQUEST_TEMPLATE_README.md#dependence-on-other-pull-requests-optional | ||
--> | ||
|
||
## Background (optional) | ||
<!-- | ||
For more info https://github.com/surfstudio/flutter-roadmap/blob/main/docs/PULL_REQUEST_TEMPLATE_README.md#background-optional | ||
--> | ||
|
||
## Changes | ||
<!-- | ||
For more info https://github.com/surfstudio/flutter-roadmap/blob/main/docs/PULL_REQUEST_TEMPLATE_README.md#changes | ||
--> | ||
|
||
## Troubles (optional) | ||
<!-- | ||
For more info https://github.com/surfstudio/flutter-roadmap/blob/main/docs/PULL_REQUEST_TEMPLATE_README.md#troubles-optional | ||
--> | ||
|
||
## Note (optional) | ||
<!-- | ||
For more info https://github.com/surfstudio/flutter-roadmap/blob/main/docs/PULL_REQUEST_TEMPLATE_README.md#note-optional | ||
--> | ||
|
||
## Checklist for self-check | ||
- [ ] Commits and PRs have been filed according to [the rules on the project](https://github.com/surfstudio/surf-flutter-app-template#workflow-in-a-repository). | ||
- [ ] The author is marked as an assigne and assigned mandatory reviewers. | ||
- [ ] Required labels marked | ||
- [ ] Specified related tasks and/or related PRs. | ||
- [ ] Specified Changes. | ||
- [ ] Attached videos/screenshots demonstrating the fix/feature. | ||
- [ ] All unspecified fields in the PR description deleted. | ||
- [ ] New code covered by tests. | ||
|
||
## Checklist for reviewers | ||
- [ ] CI passed successfully _(with a green check mark)_. | ||
- [ ] PR is atomic, by volume no more than 400 (+-) corrected lines (not including codogen). | ||
|
||
Design: | ||
- [ ] System design corresponds to the agreements on structure and architecture on the project. | ||
- [ ] The code is decomposed into necessary and sufficient components. | ||
|
||
Functionality: | ||
- [ ] The code solves the problem. | ||
- [ ] Any changes to the user interface are reasonable and look good. | ||
|
||
Complexity: | ||
- [ ] The code is clear, easy to read, functions are small, no more than 50 lines. | ||
- [ ] The logic is not overcomplicated, there is no overengineering (no code sections that may be needed in the future, but no one knows about it). | ||
|
||
Tests: | ||
- [ ] Updated or added tests for mandatory components. | ||
- [ ] The tests are correct, helpful, and well designed/developed. | ||
|
||
Naming: | ||
- [ ] The naming of variables, methods, classes and other components is understandable. | ||
|
||
Comments: | ||
- [ ] The comments are understandable and helpful. | ||
|
||
Documentation: | ||
- [ ] All labels are correct | ||
- [ ] Technical documentation updated (after approval, updates last reviewer). | ||
And choose one of the templates: | ||
* [Bugfix PR](?expand=1&template=bug_fix.md) | ||
* [New feature PR](?expand=1&template=new_feature.md) | ||
* [Documentation update PR](?expand=1&template=documentation_update.md) |
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
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
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