-
Notifications
You must be signed in to change notification settings - Fork 162
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
First draft of PR template #4278
Conversation
This pull request does not have a backport label. Could you fix it @bmorelli25? 🙏
|
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.
What do you think about something like this? This approach would:
- Prompt the author to specify which documentation set they are editing.
- Prompt the author to link to either a port PR or tracking issue rather than giving them the option to either open a PR or add a label. IMO an issue might be easier to track in our existing workflows (our GitHub board).
## Description
<!-- Add a description here -->
### Documentation sets edited in this PR
_Check all that apply._
- [ ] Stateful (`docs/en/observability/*`)
- [ ] Serverless (`docs/en/serverless/*`)
- [ ] Integrations Developer Guide (`docs/en/integrations/*`)
- [ ] None of the above
### Related issue
Closes # <!-- Add the issue this PR closes here -->
## Checklist
- [ ] Product/Engineering Review
- [ ] Writer Review
<!-- If you are updating the Integrations Developer Guide, you can delete this section -->
### Follow-up tasks
_Select one._
* This PR does _not_ need to be ported to another doc set because:
- [ ] The concepts in this PR only apply to one doc set (serverless _or_ stateful)
- [ ] The PR contains edits to both doc sets (serverless _and_ stateful)
* This PR needs to be ported to another doc set:
- [ ] Port to stateful docs: \<link to PR or tracking issue>
- [ ] Port to serverless docs: \<link to PR or tracking issue>
Co-authored-by: Colleen McGinnis <[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.
✨ 🐥
Description
This is a first draft of PR template. The Serverless/Stateful section is a bit long. Thoughts?