diff options
author | 2022-09-02 18:39:42 +0200 | |
---|---|---|
committer | 2022-09-02 18:39:42 +0200 | |
commit | b48c18e6052c884e332988104a5dff4e04cd2050 (patch) | |
tree | 3fb752bb9ed3e571c8c4a23c5a3b5fb1d610df5c /.github/PULL_REQUEST_TEMPLATE.md | |
parent | eb4eebde9ebe6918db08faf0ff856313089fd627 (diff) | |
download | astro-b48c18e6052c884e332988104a5dff4e04cd2050.tar.gz astro-b48c18e6052c884e332988104a5dff4e04cd2050.tar.zst astro-b48c18e6052c884e332988104a5dff4e04cd2050.zip |
Docs process tweaks: update PR template & CODEOWNERS (#4591)
Co-authored-by: Dan Jutan <danjutan@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index edec77376..59e8413b6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,6 +12,9 @@ ## Docs -<!-- Is this a visible change? You probably need to update docs! --> +<!-- Could this affect a user’s behavior? We probably need to update docs! --> +<!-- If docs will be needed or you’re not sure, uncomment the next line: --> +<!-- /cc @withastro/maintainers-docs for feedback! --> + <!-- DON'T DELETE THIS SECTION! If no docs added, explain why.--> -<!-- https://github.com/withastro/docs -->
\ No newline at end of file +<!-- https://github.com/withastro/docs --> |