Skip to content

Commit 6dd0336

Browse files
authored
Merge pull request #1 from ruchit288/master
Update readme and add changelog, contributing and license files.
2 parents 76115e4 + 97367fa commit 6dd0336

File tree

4 files changed

+78
-1
lines changed

4 files changed

+78
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
All notable changes to `Ansible PHP Nginx Setup` will be documented in this file
4+
5+
## v1.0.0 [9th July 2023]
6+
7+
- Initial release.

CONTRIBUTING.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Contributing
2+
3+
Contributions are **welcome** and will be fully **credited**.
4+
5+
We accept contributions via Pull Requests on [Github](https://github.com/vcian/ansible-php-nginx-setup).
6+
7+
Please read and understand the contribution guide before creating an issue or pull request.
8+
9+
## Protocol
10+
11+
This project is open source, and as such, the maintainers give their free time to build and maintain the source code
12+
held within. They make the code freely available in the hope that it will be of use to other developers. It would be
13+
extremely unfair for them to suffer abuse or anger for their hard work.
14+
15+
## Pull Requests
16+
17+
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
18+
19+
- **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/).
20+
21+
- **Create feature branches** - Don't ask us to pull from your master branch.
22+
23+
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
24+
25+
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
26+
27+
**Happy coding**!

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 ViitorCloud Technologies
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,26 @@ Please note that before executing these playbooks, you should update the necessa
143143

144144
## **Warning**
145145

146-
Assuming you've gone so far as to get Ansible running and have downloaded these playbooks, you probably understand how this stuff works and how much damage it could do. But just in case, These playbooks will remove data, destroy accounts and wreak havoc if pointed to the wrong account. Please be careful, keep backups and read the code before running it.
146+
Assuming you've gone so far as to get Ansible running and have downloaded these playbooks, you probably understand how this stuff works and how much damage it could do. But just in case, These playbooks will remove data, destroy accounts and wreak havoc if pointed to the wrong account. Please be careful, keep backups and read the code before running it.
147+
148+
## Changelog
149+
150+
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
151+
152+
## Contributing
153+
154+
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
155+
156+
We believe in
157+
👇
158+
ACT NOW
159+
PERFECT IT LATER
160+
CORRECT IT ON THE WAY.
161+
162+
## Security
163+
164+
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
165+
166+
## License
167+
168+
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 commit comments

Comments
 (0)