-
Notifications
You must be signed in to change notification settings - Fork 178
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
chore: CLOUDP-215956 - Convert our bug report issue on GitHub to forms #1767
Conversation
README.md
Outdated
## Issues | ||
|
||
### Autoclose stale issues and PRs | ||
- After 5 days of no activity (no comments or commits on an issue/PR) we automatically tag it as "stale" and add a message: ```This issue/PR has gone 7 days without any activity and meets the project's definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!``` | ||
- After 5 more days of no activity we automatically close the issue/PR. | ||
|
||
### One-click reproducible issues principle | ||
Our support will prioritise issues that contain all the required information that follows the following principles: | ||
|
||
* We should be able to make no changes to your provided script and **successfully run a local execution reproducing the issue**. | ||
* This means that you should kindly **provide all the required instructions**. This includes but not limited to: | ||
* Terraform Atlas provider version used to reproduce the issue | ||
* Terraform version used to reproduce the issue | ||
* Configurations that **cannot be properly executed will be de-prioritised** in favour of the ones that succeed. | ||
* Before opening an issue, you have to try to specifically isolate it to **Terraform MongoDB Atlas** provider by **removing as many dependencies** as possible. If the issue only happens with other dependencies, then: | ||
* If other terraform providers are required, please make sure you also include those. _Same "one-click reproducible issue" principle applies_. | ||
* If external components are required to replicate it, please make sure you also provides instructions on those parts. | ||
* Please confirm if the platform being used is Terraform OSS, Terraform Cloud, or Terraform Enterprise deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved One-click reproducible issues principle from the template to our readme file. The new template references to this section
@@ -1,5 +1,5 @@ | |||
--- | |||
name: Bug report | |||
name: Bug report [Deprecated] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecating the old template
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks really good, small details
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor comments but LGTM
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if we have a code of conduct for this project, but probably we need to change the link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do. good point xD I will update it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh wow, just discovered that we don't have it. I will add it in a follow up PR (same one that we have in atlascli https://github.com/mongodb/mongodb-atlas-cli/edit/master/CODE_OF_CONDUCT.md)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding here #1771
Co-authored-by: Agustin Bettati <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
Description
Ticket: CLOUDP-215956
This PR updates our issue template to use GitHub forms. We plan to keep the old template until GitHub form is not GA.
This is the new customer experience when filing an issue on our repo:
After selecting the new template (example)
After pressing the create button
Example
Type of change:
Required Checklist:
Further comments