|
1 |
| -[](https://securityscorecards.dev/viewer/?uri=github.com/nginx/template-repository) |
2 |
| -[](https://www.repostatus.org/#active) |
3 |
| -[](/SUPPORT.md) |
4 |
| -[](https://community.nginx.org) |
5 |
| -[](https://opensource.org/licenses/Apache-2.0) |
6 |
| -[](/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 |
| -[](https://www.repostatus.org/#concept) |
51 |
| -[](https://securityscorecards.dev/viewer/?uri=github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}) |
52 |
| -[](/SUPPORT.md) <!-- [](<Insert URL>) --> |
53 |
| -[](https://community.nginx.org) |
54 |
| -[](https://opensource.org/licenses/Apache-2.0) |
55 |
| -[](/CODE_OF_CONDUCT.md) |
56 |
| - |
57 |
| -# {{REPOSITORY_NAME}} |
| 1 | +# nginx_demos |
58 | 2 |
|
59 | 3 | ## Requirements
|
60 | 4 |
|
|
0 commit comments