Skip to content

Commit 54ca869

Browse files
committed
Fix issue template.
1 parent 01eb7bf commit 54ca869

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
value: |
1010
## Notice
1111
12-
1. Please follow the [Code of Conduct](https://github.com/bytedance/android-inline-hook/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
12+
1. Please follow the [Code of Conduct](https://github.com/bytedance/android-inline-hook/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
1313
2. Please test using [the latest release](https://github.com/bytedance/android-inline-hook/releases) to make sure your issue has not already been fixed.
1414
3. Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/bytedance/android-inline-hook/issues?q=is%3Aissue+sort%3Acreated-desc+).
1515

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
value: |
1010
## Notice
1111
12-
1. Please follow the [Code of Conduct](https://github.com/bytedance/android-inline-hook/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
12+
1. Please follow the [Code of Conduct](https://github.com/bytedance/android-inline-hook/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
1313
2. Please check [the latest release](https://github.com/bytedance/android-inline-hook/releases) to make sure your proposal has not already exists.
1414
3. Before submitting a feature request, please make sure the proposal hasn't been already addressed by searching through [the existing and past issues](https://github.com/bytedance/android-inline-hook/issues?q=is%3Aissue+sort%3Acreated-desc+).
1515

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Thank you for submitting a Pull Request. Please:
22
* Read our Pull Request guidelines:
3-
https://github.com/bytedance/android-inline-hook/blob/master/CONTRIBUTING.md
3+
https://github.com/bytedance/android-inline-hook/blob/main/CONTRIBUTING.md
44
* Associate an issue with the Pull Request.
55
* Ensure that the code is up-to-date with the `main` branch.
66
* Include a description of the proposed changes and how to test them.

0 commit comments

Comments
 (0)