Skip to content

Commit 0b75009

Browse files
alessfggithub-actions[bot]
authored andcommitted
✅ Ready to clone and code.
1 parent 09a7428 commit 0b75009

File tree

5 files changed

+1
-157
lines changed

5 files changed

+1
-157
lines changed

.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 & 42 deletions
This file was deleted.

CHANGELOG.md

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

133
Initial release of this project.

README.md

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,4 @@
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/licenses/Apache-2.0)
6-
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-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-
-
17-
- [`.gitignore`](/.gitignore) with some minimal sensible defaults.
18-
- [Issue](/.github/ISSUE_TEMPLATE) and [PR](/.github//pull_request_template.md) templates.
19-
- [Contributing](/CONTRIBUTING.md) guidelines.
20-
- [Support](/SUPPORT.md) guidelines for either community and/or commercial support (uncomment the commercial block if necessary).
21-
- [Security](/SECURITY.md) guidelines for reporting major vulnerabilities.
22-
- [Code of Conduct](/CODE_OF_CONDUCT.md).
23-
- 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.
24-
- [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:
25-
- A [repostatus](https://www.repostatus.org/) badge.
26-
- 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!).
27-
- 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.
28-
- 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!)
29-
- An explicit link back to the [Apache License 2.0](/LICENSE).
30-
- An up to date copyright notice.
31-
- [Codeowners](/.github/CODEOWNERS) placeholder. (Optional -- Codeowners is a useful feature, but not all repositories require them.)
32-
- [Changelog](/CHANGELOG.md) placeholder. (Optional -- A changelog is recommended, but it is not required and can diverge in format from the placeholder here included.)
33-
34-
**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.
35-
36-
## How do I use this template?
37-
38-
**DO NOT FORK** -- this template is meant to be used from the **[`Use this template`](https://github.com/nginx/template-repository/generate)** feature.
39-
40-
1. Click on **[`Use this template`](https://github.com/nginx/template-repository/generate)**.
41-
2. Give a name to your project.
42-
3. Wait until the first run of CI finishes (GitHub Actions will process the template and commit to your new repo).
43-
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.
44-
5. Happy coding!
45-
46-
**NOTE**: **WAIT** until the first CI run on GitHub Actions finishes before cloning your new project.
47-
48-
---
49-
50-
[![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)
51-
[![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}})
52-
[![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>) -->
53-
[![Community Forum](https://img.shields.io/badge/community-forum-009639?logo=discourse&link=https%3A%2F%2Fcommunity.nginx.org)](https://community.nginx.org)
54-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
55-
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](/CODE_OF_CONDUCT.md)
56-
57-
# {{REPOSITORY_NAME}}
1+
# nginx_demos
582

593
## Requirements
604

0 commit comments

Comments
 (0)