Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit bb70349

Browse files
epwalshdirkgr
andauthored
Replace master references with main in issue template (#5084)
Co-authored-by: Dirk Groeneveld <[email protected]>
1 parent 87504c4 commit bb70349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ If you have a question rather than a bug, please ask on [Stack Overflow](https:/
1818

1919
<!-- To check an item on the list replace [ ] with [x]. -->
2020

21-
- [ ] I have verified that the issue exists against the `master` branch of AllenNLP.
22-
- [ ] I have read the relevant section in the [contribution guide](https://github.com/allenai/allennlp/blob/master/CONTRIBUTING.md#bug-fixes-and-new-features) on reporting bugs.
21+
- [ ] I have verified that the issue exists against the `main` branch of AllenNLP.
22+
- [ ] I have read the relevant section in the [contribution guide](https://github.com/allenai/allennlp/blob/main/CONTRIBUTING.md#bug-fixes-and-new-features) on reporting bugs.
2323
- [ ] I have checked the [issues list](https://github.com/allenai/allennlp/issues) for similar or identical bug reports.
2424
- [ ] I have checked the [pull requests list](https://github.com/allenai/allennlp/pulls) for existing proposed fixes.
25-
- [ ] I have checked the [CHANGELOG](https://github.com/allenai/allennlp/blob/master/CHANGELOG.md) and the [commit log](https://github.com/allenai/allennlp/commits/master) to find out if the bug was already fixed in the master branch.
25+
- [ ] I have checked the [CHANGELOG](https://github.com/allenai/allennlp/blob/main/CHANGELOG.md) and the [commit log](https://github.com/allenai/allennlp/commits/main) to find out if the bug was already fixed in the main branch.
2626
- [ ] I have included in the "Description" section below a traceback from any exceptions related to this bug.
2727
- [ ] I have included in the "Related issues or possible duplicates" section beloew all related issues and possible duplicate issues (If there are none, check this box anyway).
2828
- [ ] I have included in the "Environment" section below the name of the operating system and Python version that I was using when I discovered this bug.

0 commit comments

Comments
 (0)