Skip to content

Commit

Permalink
✅ Ready to clone and code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswongF5 authored and github-actions[bot] committed Jan 10, 2023
1 parent 365204c commit 5c0bf29
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 79 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A clear and concise description of what the bug is.

Steps to reproduce the behavior:

1. Deploy {{REPOSITORY_NAME}} using
1. Deploy ansible_role_nginx_management_suite using
2. View output/logs/configuration on '...'
3. See error

Expand All @@ -23,7 +23,7 @@ A clear and concise description of what you expected to happen.

### Your environment

- Version of the {{REPOSITORY_NAME}} or specific commit
- Version of the ansible_role_nginx_management_suite or specific commit
<!-- - Version of project language -->
- Target deployment platform

Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Describe the use case and detail of the change. If this PR addresses an issue on

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

- [ ] I have read the [`CONTRIBUTING`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CONTRIBUTING.md) document
- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/ansible-role-nginx-management-suite/blob/main/CONTRIBUTING.md) document
- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes
- [ ] 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))
- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/nginxinc/ansible-role-nginx-management-suite/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/nginxinc/ansible-role-nginx-management-suite/blob/main/CHANGELOG.md))
29 changes: 0 additions & 29 deletions .github/workflows/rename_project.sh

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/rename_template.yml

This file was deleted.

8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing Guidelines

The following is a set of guidelines for contributing to the {{REPOSITORY_NAME}}. We really appreciate that you are considering contributing!
The following is a set of guidelines for contributing to the ansible_role_nginx_management_suite. We really appreciate that you are considering contributing!

#### Table Of Contents

Expand All @@ -10,11 +10,11 @@ The following is a set of guidelines for contributing to the {{REPOSITORY_NAME}}

[Code Guidelines](#code-guidelines)

[Code of Conduct](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CODE_OF_CONDUCT.md)
[Code of Conduct](https://github.com/nginxinc/ansible-role-nginx-management-suite/blob/main/CODE_OF_CONDUCT.md)

## Getting Started

Follow our [Installation Guide](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/README.md#Installation) to get the {{REPOSITORY_NAME}} up and running.
Follow our [Installation Guide](https://github.com/nginxinc/ansible-role-nginx-management-suite/blob/main/README.md#Installation) to get the ansible_role_nginx_management_suite up and running.

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

Expand All @@ -31,7 +31,7 @@ To suggest a feature or enhancement, please create an issue on GitHub with the l
### Open a Pull Request

* 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.
* Fill in [our pull request template](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/.github/pull_request_template.md).
* Fill in [our pull request template](https://github.com/nginxinc/ansible-role-nginx-management-suite/blob/main/.github/pull_request_template.md).

Note: if you'd like to implement a new feature, please consider creating a feature request issue first to start a discussion about the feature.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This template includes all the scaffolding you need to get started on a standard

<!-- DELETE THE LINES ABOVE THIS AND WRITE YOUR PROJECT README BELOW -->

# {{REPOSITORY_NAME}}
# ansible_role_nginx_management_suite

## Requirements

Expand All @@ -45,10 +45,10 @@ Maecenas at vehicula justo. Suspendisse posuere elementum elit vel posuere. Etia

## Development

Read the [`CONTRIBUTING.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CONTRIBUTING.md) file.
Read the [`CONTRIBUTING.md`](https://github.com/nginxinc/ansible-role-nginx-management-suite/blob/main/CONTRIBUTING.md) file.

## License

[Apache License, Version 2.0](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/LICENSE)
[Apache License, Version 2.0](https://github.com/nginxinc/ansible-role-nginx-management-suite/blob/main/LICENSE)

&copy; [F5 Networks, Inc.](https://www.f5.com/) 2022
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Latest Versions

We advise users to run or update to the most recent release of the {{REPOSITORY_NAME}}. Older versions of the {{REPOSITORY_NAME}} may not have all enhancements and/or bug fixes applied to them.
We advise users to run or update to the most recent release of the ansible_role_nginx_management_suite. Older versions of the ansible_role_nginx_management_suite may not have all enhancements and/or bug fixes applied to them.

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

We use GitHub for tracking bugs and feature requests related to this project.

Don't know how something in the {{REPOSITORY_NAME}} works? Curious if the {{REPOSITORY_NAME}} can achieve your desired functionality? Please open an Issue on GitHub with the label `question`.
Don't know how something in the ansible_role_nginx_management_suite works? Curious if the ansible_role_nginx_management_suite can achieve your desired functionality? Please open an Issue on GitHub with the label `question`.

## NGINX Specific Questions and/or Issues

Expand Down

0 comments on commit 5c0bf29

Please sign in to comment.