diff options
| author | Jack Koenig | 2023-03-15 12:31:40 -0700 |
|---|---|---|
| committer | GitHub | 2023-03-15 12:31:40 -0700 |
| commit | 4575518456d8501c3581b195aa7a9e31af19dc38 (patch) | |
| tree | ca827607a60dc40aa00e9d131811b177eb667938 /.github | |
| parent | 6a999e306c81bb6a3276311022349523a576b552 (diff) | |
| parent | 7262d5a538bd52850b90dd313757d3facb343b4a (diff) | |
Merge pull request #2613 from chipsalliance/maintenance-mode
Maintenance mode
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 10 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 1 |
2 files changed, 10 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 77abae1d..d592df60 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,11 @@ +<!-- + +********** NOTICE ********** + +This repository is only accepting bug fixes + +--> + ### Contributor Checklist - [ ] Did you add Scaladoc to every public function/method? @@ -44,7 +52,7 @@ Text from here to the end of the body will be considered for inclusion in the re ### Reviewer Checklist (only modified by reviewer) - [ ] Did you add the appropriate labels? -- [ ] Did you mark the proper milestone (1.2.x, 1.3.0, 1.4.0) ? +- [ ] Did you mark the proper milestone (1.6.x, 1.5.x) ? - [ ] Did you review? - [ ] Did you check whether all relevant Contributor checkboxes have been checked? - [ ] Did you mark as `Please Merge`? diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38febb1c..dff41ad2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - 1.6.x - 1.5.x - 1.4.x - 1.3.x |
