Skip to content

Commit

Permalink
📖 Make PR template text invisible even when it is inadvertently inclu…
Browse files Browse the repository at this point in the history
…ded in a PR description (ampproject#24966)
  • Loading branch information
rsimha authored and Micajuine Ho committed Dec 27, 2019
1 parent 9d63841 commit 19b70a0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// For an explanation of the OWNERS rules and syntax, see:
// https://github.com/ampproject/amp-github-apps/blob/master/owners/OWNERS.example

{
rules: [
{
owners: [
{ name: 'ampproject/wg-outreach' },
{ name: 'ampproject/wg-infra' }
]
}
]
}
5 changes: 4 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

<!--
# Instructions:
- Pick a meaningful title for your pull request. (Use sentence case.)
Expand All @@ -15,7 +17,7 @@
- Improve performance by B
- Improve accessibility by C
# Emojis for categorizing pull requests (copy-paste into description):
# Emojis for categorizing pull requests (copy-paste emoji into description):
✨ New feature
🐛 Bug fix
Expand All @@ -30,3 +32,4 @@
⏪ Reverting a previous change
♻️ Refactoring
🚮 Deleting code
-->

0 comments on commit 19b70a0

Please sign in to comment.