-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from GoogleCloudPlatform/feature/b-324783050/a…
…dd-contribution-rules Feature/b 324783050/add contribution rules
- Loading branch information
Showing
4 changed files
with
144 additions
and
1 deletion.
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,34 @@ | ||
--- | ||
name: Bug report | ||
about: Let us know what went wrong. | ||
--- | ||
|
||
# Description | ||
|
||
Describe you situation in details (i.e. with the logs, screenshots, etc). \ | ||
**Remember, it's better to add something extra than to miss something | ||
important.** | ||
|
||
# Expected Behavior | ||
|
||
Describe the behavior you are expecting. | ||
|
||
# Current Behavior | ||
|
||
What is the current behavior? | ||
|
||
# Steps to Reproduce | ||
|
||
Provide detailed steps for reproducing the issue. | ||
|
||
1. Step 1 | ||
2. Step 2 | ||
3. ... | ||
|
||
# Context | ||
|
||
Provide any relevant info about your environment. | ||
|
||
* Tool Version: | ||
* Operating System: | ||
* Shell *(i.e. bash v4, zsh, etc.)* |
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: Feature request | ||
about: Let us know how we can make things better. | ||
--- | ||
|
||
# Description | ||
|
||
Provide a detailed description of the feature you are requesting (e.g. text, | ||
charts, diagrams, etc.) \ | ||
**Remember, it's better to add something extra than to miss something | ||
important.** | ||
|
||
# Use Case | ||
|
||
Describe a specific scenario or use case where this feature would be beneficial. \ | ||
Explain why this feature is important for users or the project as a whole. | ||
|
||
# Proposed Implementation | ||
|
||
If you have any ideas or suggestions for how the feature could be implemented, | ||
please outline them here. \ | ||
Include any technical details or considerations that may be relevant. | ||
|
||
# Potential Impact | ||
|
||
Discuss the potential impact of implementing this feature as you see it. \ | ||
Consider factors such as user experience, performance, scalability, etc. \ | ||
Also, mention any potential risks or drawbacks associated with the feature. | ||
|
||
# Additional Information | ||
|
||
Include any additional information, resources, or references that may be | ||
relevant to the feature request. |
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,21 @@ | ||
## Description | ||
|
||
Describe your request in details. | ||
|
||
**Remember, it's better to add something extra than to miss something important.** | ||
|
||
## Checklist | ||
|
||
> [!TIP] | ||
> *Remember, there is an option to create a **Draft Pull Request** if you are not ready for merging.* | ||
Check compliance with the following [task list](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists) and describe any forced non-compliances: | ||
|
||
- [ ] [Consistency standards](https://github.com/GoogleCloudPlatform/gce-rescue/blob/main/CONTRIBUTING.md#consistency-standards) have been met | ||
- [ ] New code complies with the [PEP8](https://peps.python.org/pep-0008/) | ||
- [ ] All Python tests passed after the changes | ||
- [ ] New changes have been tested on all supported platforms | ||
|
||
## Notes | ||
|
||
Any additional comments to make life easier for the reviewers? |
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