Skip to content

Commit 8349f52

Browse files
fblrgithub-actions[bot]
authored andcommitted
✅ Ready to clone and code.
1 parent f4b64b6 commit 8349f52

10 files changed

Lines changed: 8 additions & 198 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ body:
1414
1515
**Note:** If you are seeking community support, please start a new topic in the [NGINX Community forum][forum]. If you wish to discuss the codebase, please start a new thread via [GitHub discussions][discussions].
1616
17-
[issue search]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/search?q=is%3Aissue&type=issues
18-
[discussions]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions
17+
[issue search]: https://github.com/nginx/waf-policy-controller/search?q=is%3Aissue&type=issues
18+
[discussions]: https://github.com/nginx/waf-policy-controller/discussions
1919
[forum]: https://community.nginx.org
2020
2121
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ body:
1212
1313
**Note:** If you are seeking community support, please start a new topic in the [NGINX Community forum][forum]. If you wish to discuss the codebase, please start a new thread via [GitHub discussions][discussions].
1414
15-
[issue search]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/search?q=is%3Aissue&type=issues
16-
[discussions]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions
15+
[issue search]: https://github.com/nginx/waf-policy-controller/search?q=is%3Aissue&type=issues
16+
[discussions]: https://github.com/nginx/waf-policy-controller/discussions
1717
[forum]: https://community.nginx.org
1818
1919
- type: textarea

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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 guidelines](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/CONTRIBUTING.md).
9+
- [ ] I have read the [contributing guidelines](https://github.com/nginx/waf-policy-controller/CONTRIBUTING.md).
1010
- [ ] I have signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md).
1111
- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works.
1212
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes.
13-
- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/README.md) and/or [`CHANGELOG.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/CHANGELOG.md)).
13+
- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/nginx/waf-policy-controller/README.md) and/or [`CHANGELOG.md`](https://github.com/nginx/waf-policy-controller/CHANGELOG.md)).

.github/renovate.json

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

.github/scorecard.yml

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

.github/workflows/rename_template.yml

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

.github/workflows/scripts/rename_project.sh

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

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Changelog
2-
3-
## 1.0.0 (Month Date, Year)
4-
5-
Initial release of the NGINX template repository.
6-
7-
---
81

92
# Changelog
103

README.md

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,12 @@
1-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginx/template-repository/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nginx/template-repository)
2-
[![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)
3-
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](/SUPPORT.md)
4-
[![Community Forum](https://img.shields.io/badge/community-forum-009639?logo=discourse&link=https%3A%2F%2Fcommunity.nginx.org)](https://community.nginx.org)
5-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0)
6-
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-3.0-4baaaa.svg)](/CODE_OF_CONDUCT.md)
7-
8-
# NGINX Template Repository
9-
10-
## What is included on this template?
11-
12-
This template includes all the scaffolding you need to get started on an OSS repository that meets the required F5 & NGINX criteria:
13-
14-
- [Apache License 2.0](/LICENSE) -> Required for all NGINX OSS projects unless otherwise determined by the project owner.
15-
- [F5 CLA GitHub workflow](/.github/workflows/f5_cla.yml) -> For more details on the action please check the [F5 CLA documentation repository](https://github.com/f5/f5-cla).
16-
- [`.gitignore`](/.gitignore) with some minimal sensible defaults.
17-
- [Issue](/.github/ISSUE_TEMPLATE) and [PR](/.github/pull_request_template.md) templates.
18-
- [Contributing](/CONTRIBUTING.md) guidelines.
19-
- [Support](/SUPPORT.md) guidelines for either community and/or commercial support (uncomment the commercial block if necessary).
20-
- [Security](/SECURITY.md) guidelines for reporting major vulnerabilities.
21-
- [Code of Conduct](/CODE_OF_CONDUCT.md).
22-
- Open Source Security Foundation (OSSF) Scorecard [(implemented via a GitHub Action)](/.github/workflows/ossf_scorecard.yml). This workflow only works on public repositories or private repositories using GitHub Advanced Security.
23-
- [README](/README.md) placeholder. How you structure the README is up to you (although the template provides placeholder sections), but you will need to include:
24-
- A [repostatus](https://www.repostatus.org/) badge.
25-
- An OSSF Scorecard badge. (Optional -- Some projects will by their nature have low scores. In such a case you might want to remove this badge!).
26-
- A community and/or commercial support badge. Include the latter -- and replace the commented out badge/URL placeholder with the relevant support URL -- if this repository contains a commercially supported project. You can find a commented out example below the community badge in this README.
27-
- A contributor covenant/code of conduct badge. (Optional -- If you already have multiple badges and want to reduce clutter, simply including the actual code of conduct is enough!)
28-
- An explicit link back to the [Apache License 2.0](/LICENSE).
29-
- An up to date copyright notice.
30-
- [Codeowners](/.github/CODEOWNERS) placeholder. (Optional -- Codeowners is a useful feature, but not all repositories require them.)
31-
- [Changelog](/CHANGELOG.md) placeholder. (Optional -- A changelog is recommended, but it is not required and can diverge in format from the placeholder here included.)
32-
33-
**Note:** If you created a public repository before this template became available (or you didn't know about it's existence), please include any missing files found here in your repository. There is no need if you have a private repository, but we still recommend you include all of the above scaffolding should the repository ever become public.
34-
35-
## How do I use this template?
36-
37-
**DO NOT FORK** -- this template is meant to be used from the **[`Use this template`](https://github.com/nginx/template-repository/generate)** feature.
38-
39-
1. Click on **[`Use this template`](https://github.com/nginx/template-repository/generate)**.
40-
2. Give a name to your project.
41-
3. Wait until the first run of CI finishes (GitHub Actions will process the template and commit to your new repo).
42-
4. Clone your new project and tweak any of the placeholders if necessary. Pay special attention to the README! This README section will self-destruct.
43-
5. Happy coding!
44-
45-
**NOTE**: **WAIT** until the first CI run on GitHub Actions finishes before cloning your new project.
46-
47-
---
481

492
[![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)
50-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/badge)](https://securityscorecards.dev/viewer/?uri=github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}})
3+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginx/waf-policy-controller/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nginx/waf-policy-controller)
514
[![Community Support](https://badgen.net/badge/support/community/cyan?icon=awesome)](/SUPPORT.md) <!-- [![Commercial Support](https://badgen.net/badge/support/commercial/cyan?icon=awesome)](<Insert URL>) -->
525
[![Community Forum](https://img.shields.io/badge/community-forum-009639?logo=discourse&link=https%3A%2F%2Fcommunity.nginx.org)](https://community.nginx.org)
536
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/license/apache-2-0)
547
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](/CODE_OF_CONDUCT.md)
558

56-
# {{REPOSITORY_NAME}}
9+
# waf_policy_controller
5710

5811
## Requirements
5912

0 commit comments

Comments
 (0)