-
Notifications
You must be signed in to change notification settings - Fork 85
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
style: Format use cases and design process items #1232
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Farshid Tavakolizadeh <farshid.tavakolizadeh@canonical.com>
## Project Board Cards and Issues | ||
|
||
All project design/architectural design decisions captured on the Design Decisions project board will be created as either a: | ||
All project design/architectural design decisions captured on the Design Decisions project board will be created as either: | ||
|
||
Issue: for any design decision that will require code and a PR will be submitted against the issue. | ||
Card: for any design decision that is not itself going to result in code or may need to be broken down into multiple issues (which can be referenced on the card). | ||
- Issue: for any design decision that will require code and a PR will be submitted against the issue. | ||
- Card: for any design decision that is not itself going to result in code or may need to be broken down into multiple issues (which can be referenced on the card). | ||
|
||
The template for project board cards documenting each decision is: | ||
|
||
When/Where: date of the decision and place where the decision was made (such as TSC meeting, working group meeting, etc.). This section is required. | ||
Decision Summary: quick write-up on the decision. This section is required. | ||
Notes/Considerations: any alternatives discussed, any impacts to other decisions or considerations to be considered in the future (which would negate the decision). This section is optional. | ||
> **When/Where:** date of the decision and place where the decision was made (such as TSC meeting, working group meeting, etc.). This section is required. | ||
> | ||
> **Decision Summary:** quick write-up on the decision. This section is required. | ||
> | ||
> **Notes/Considerations:** any alternatives discussed, any impacts to other decisions or considerations to be considered in the future (which would negate the decision). This section is optional. | ||
> | ||
> **Relevant links:** link to the meeting recording (if available). Link to ADR if relevant. Link to PRs or Issues if relevant. Required if available. | ||
|
||
Relevant links: link to the meeting recording (if available). Link to ADR if relevant. Link to PRs or Issues if relevant. Required if available. | ||
|
||
Note there is a Template column on the project board with a single card that specifies this same structure. | ||
Note: there is a Template column on the project board with a single card that specifies this same structure. |
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.
Are any of these and this whole section still relevant? I could not find such a Template column on project board? Which project board (we have several)?
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.
This is the project board being referenced here: https://github.com/orgs/edgexfoundry/projects/45
Should add a link to 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.
LGTM
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-docs/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements: