-
Notifications
You must be signed in to change notification settings - Fork 101
add operational notes #157
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
Conversation
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 good to me! Thanks for writing it out.
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
LGTM! Thanks for writing this all out. |
[team]: https://github.com/rust-embedded/wg#the-cortex-m-team | ||
``` | ||
|
||
- If the repository uses CI, configure bors. Add a `.github/bors.toml` file with these contents: |
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 think this should just be bors.toml
, not inside .github/
?
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.
That's where I have been putting it so far but I've been told that putting it inside .github
also works. I think is better to make it less visible since most people (both contributors and reviewers) won't be modifying 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.
Fine with me. Should we move it on the existing repositories then?
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.
Yes. I also need to add block_labels = ["needs-decision"]
to most of them.
Seems like discussion is complete, merging manually. |
As suggested in #148 (comment).
I'm putting them in a PR for now regardless of wherever we decide to put them in the end because that seems like a better place than in my head :-).
cc @jamesmunns @adamgreig