You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,11 +32,11 @@ To set up a development environment, please follow these steps:
32
32
33
33
<!-- If GitHub Discussions is enable: -->
34
34
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!
36
36
37
37
<!-- Else: -->
38
38
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!
40
40
41
41
<!-- Endif -->
42
42
@@ -51,9 +51,9 @@ Please try to create bug reports that are:
51
51
52
52
### How to submit a Pull Request
53
53
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.
55
55
2. Fork the project
56
56
3. Create your feature branch (`git switch -c feat/amazing_feature`)
57
57
4. Commit your changes (`git commit -m 'feat: add amazing_feature'`)
58
58
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)
Copy file name to clipboardexpand all lines: SECURITY.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,11 @@ If you discover a security vulnerability, please report it to us in the followin
33
33
34
34
### case2: Report via GitHub Private vulnerability reporting
35
35
36
-
<!-- Replace [REPO NAME] -->
36
+
<!-- Replace [ORG NAME] and [REPO NAME] -->
37
37
38
38
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.
39
39
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.**
41
41
42
42
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.
0 commit comments