Skip to content

Commit 0cab3ca

Browse files
ryepupgithub-actions[bot]
authored andcommitted
✅ Ready to clone and code.
1 parent 56d0d71 commit 0cab3ca

File tree

6 files changed

+13
-79
lines changed

6 files changed

+13
-79
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Describe the use case and detail of the change. If this PR addresses an issue on
66

77
Before creating a PR, run through this checklist and mark each as complete.
88

9-
- [ ] I have read the [`CONTRIBUTING`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CONTRIBUTING.md) document
9+
- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/nginx-directive-reference/blob/main/CONTRIBUTING.md) document
1010
- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works
1111
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes
12-
- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CHANGELOG.md))
12+
- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/nginxinc/nginx-directive-reference/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/nginxinc/nginx-directive-reference/blob/main/CHANGELOG.md))

.github/workflows/rename_project.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/rename_template.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ The following is a set of guidelines for contributing to this project. We really
1010

1111
[Code Guidelines](#code-guidelines)
1212

13-
[Code of Conduct](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CODE_OF_CONDUCT.md)
13+
[Code of Conduct](https://github.com/nginxinc/nginx-directive-reference/blob/main/CODE_OF_CONDUCT.md)
1414

1515
## Getting Started
1616

17-
Follow our [Getting Started Guide](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/README.md#Getting-Started) to get this project up and running.
17+
Follow our [Getting Started Guide](https://github.com/nginxinc/nginx-directive-reference/blob/main/README.md#Getting-Started) to get this project up and running.
1818

1919
<!-- ### Project Structure (OPTIONAL) -->
2020

2121
## Contributing
2222

2323
### Report a Bug
2424

25-
To report a bug, open an issue on GitHub with the label `bug` using the available bug report issue template. Please ensure the bug has not already been reported. **If the bug is a potential security vulnerability, please report it using our [security policy](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/SECURITY.md).**
25+
To report a bug, open an issue on GitHub with the label `bug` using the available bug report issue template. Please ensure the bug has not already been reported. **If the bug is a potential security vulnerability, please report it using our [security policy](https://github.com/nginxinc/nginx-directive-reference/blob/main/SECURITY.md).**
2626

2727
### Suggest a Feature or Enhancement
2828

29-
To suggest a feature or enhancement, please create an issue on GitHub with the label `enhancement` using the available [feature request template](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/.github/feature_request_template.md). Please ensure the feature or enhancement has not already been suggested.
29+
To suggest a feature or enhancement, please create an issue on GitHub with the label `enhancement` using the available [feature request template](https://github.com/nginxinc/nginx-directive-reference/blob/main/.github/feature_request_template.md). Please ensure the feature or enhancement has not already been suggested.
3030

3131
### Open a Pull Request
3232

3333
- Fork the repo, create a branch, implement your changes, add any relevant tests, submit a PR when your changes are **tested** and ready for review.
34-
- Fill in [our pull request template](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/.github/pull_request_template.md).
34+
- Fill in [our pull request template](https://github.com/nginxinc/nginx-directive-reference/blob/main/.github/pull_request_template.md).
3535

36-
Note: if you'd like to implement a new feature, please consider creating a [feature request issue](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/.github/feature_request_template.md) first to start a discussion about the feature.
36+
Note: if you'd like to implement a new feature, please consider creating a [feature request issue](https://github.com/nginxinc/nginx-directive-reference/blob/main/.github/feature_request_template.md) first to start a discussion about the feature.
3737

3838
## Code Guidelines
3939

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2-
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginxinc/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/SUPPORT.md)
2+
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](https://github.com/nginxinc/nginxinc/nginx-directive-reference/blob/main/SUPPORT.md)
33
<!-- [![Commercial Support](https://badgen.net/badge/support/commercial/cyan?icon=awesome)](<Insert URL>) -->
44

55
# NGINX Template Repository
@@ -41,7 +41,7 @@ This template includes all the scaffolding you need to get started on a standard
4141

4242
[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
4343

44-
# {{REPOSITORY_NAME}}
44+
# nginx_directive_reference
4545

4646
## Requirements
4747

@@ -57,10 +57,10 @@ Maecenas at vehicula justo. Suspendisse posuere elementum elit vel posuere. Etia
5757

5858
## Contributing
5959

60-
Please see the [contributing guide](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
60+
Please see the [contributing guide](https://github.com/nginxinc/nginx-directive-reference/blob/main/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
6161

6262
## License
6363

64-
[Apache License, Version 2.0](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/LICENSE)
64+
[Apache License, Version 2.0](https://github.com/nginxinc/nginx-directive-reference/blob/main/LICENSE)
6565

6666
&copy; [F5, Inc.](https://www.f5.com/) 2023

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Want to get in touch with the NGINX development team directly? Try using the rel
3030

3131
## Contributing
3232

33-
Please see the [contributing guide](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
33+
Please see the [contributing guide](https://github.com/nginxinc/nginx-directive-reference/blob/main/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
3434

3535
## Commercial Support
3636

0 commit comments

Comments
 (0)