Skip to content

Commit 2cf26db

Browse files
committed
Make available to other GitHub organizations
1 parent efc5843 commit 2cf26db

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Replace [REPO NAME]
1+
# Replace [ORG NAME] and [REPO NAME]
22

33
blank_issues_enabled: false
44
contact_links:
55
- name: Feature request
6-
url: https://github.com/route06inc/[REPO NAME]/discussions/categories/ideas
6+
url: https://github.com/[ORG NAME]/[REPO NAME]/discussions/categories/ideas
77
about: Share ideas for new features
88
- name: Ask a question
9-
url: https://github.com/route06inc/[REPO NAME]/discussions/categories/q-a
9+
url: https://github.com/[ORG NAME]/[REPO NAME]/discussions/categories/q-a
1010
about: Ask questions and discuss with other community members

CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Replace [REPO NAME] and complete [TODO] -->
1+
<!-- Replace [ORG NAME] and [REPO NAME], complete [TODO] -->
22

33
# Contributing
44

@@ -23,7 +23,7 @@ To set up a development environment, please follow these steps:
2323
1. Clone the repo
2424

2525
```sh
26-
git clone https://github.com/route06inc/[REPO NAME]
26+
git clone https://github.com/[ORG NAME]/[REPO NAME]
2727
```
2828

2929
2. [TODO]
@@ -32,11 +32,11 @@ To set up a development environment, please follow these steps:
3232

3333
<!-- If GitHub Discussions is enable: -->
3434

35-
You've found a bug in the source code, a mistake in the documentation or maybe you'd like a new feature? Take a look at [GitHub Discussions](https://github.com/route06inc/[REPO NAME]/discussions) to see if it's already being discussed. You can help us by [submitting an issue on GitHub](https://github.com/route06inc/[REPO NAME]/issues). Before you create an issue, make sure to search the issue archive -- your issue may have already been addressed!
35+
You've found a bug in the source code, a mistake in the documentation or maybe you'd like a new feature? Take a look at [GitHub Discussions](https://github.com/[ORG NAME]/[REPO NAME]/discussions) to see if it's already being discussed. You can help us by [submitting an issue on GitHub](https://github.com/[ORG NAME]/[REPO NAME]/issues). Before you create an issue, make sure to search the issue archive -- your issue may have already been addressed!
3636

3737
<!-- Else: -->
3838

39-
You've found a bug in the source code, a mistake in the documentation or maybe you'd like a new feature? You can help us by [submitting an issue on GitHub](https://github.com/route06inc/[REPO NAME]/issues). Before you create an issue, make sure to search the issue archive -- your issue may have already been addressed!
39+
You've found a bug in the source code, a mistake in the documentation or maybe you'd like a new feature? You can help us by [submitting an issue on GitHub](https://github.com/[ORG NAME]/[REPO NAME]/issues). Before you create an issue, make sure to search the issue archive -- your issue may have already been addressed!
4040

4141
<!-- Endif -->
4242

@@ -51,9 +51,9 @@ Please try to create bug reports that are:
5151

5252
### How to submit a Pull Request
5353

54-
1. Search our repository for open or closed [Pull Requests](https://github.com/route06inc/[REPO NAME]/pulls) that relate to your submission. You don't want to duplicate effort.
54+
1. Search our repository for open or closed [Pull Requests](https://github.com/[ORG NAME]/[REPO NAME]/pulls) that relate to your submission. You don't want to duplicate effort.
5555
2. Fork the project
5656
3. Create your feature branch (`git switch -c feat/amazing_feature`)
5757
4. Commit your changes (`git commit -m 'feat: add amazing_feature'`)
5858
5. Push to the branch (`git push origin feat/amazing_feature`)
59-
6. [Open a Pull Request](https://github.com/route06inc/[REPO NAME]/compare?expand=1)
59+
6. [Open a Pull Request](https://github.com/[ORG NAME]/[REPO NAME]/compare?expand=1)

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ If you discover a security vulnerability, please report it to us in the followin
3333

3434
### case2: Report via GitHub Private vulnerability reporting
3535

36-
<!-- Replace [REPO NAME] -->
36+
<!-- Replace [ORG NAME] and [REPO NAME] -->
3737

3838
Out team and community take security bugs in seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
3939

40-
To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/route06inc/[REPO NAME]/security/advisories/new) tab. **Do not open up a GitHub issue.**
40+
To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/[ORG NAME]/[REPO NAME]/security/advisories/new) tab. **Do not open up a GitHub issue.**
4141

4242
Our team will send a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
4343

0 commit comments

Comments
 (0)