improved PR template & added Contributing Guidelines

pull/40/head
tycrek 3 years ago
parent e1ebd499f1
commit e8bf58357d
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -1,17 +1,8 @@
---
name: Pull Request
about: Contribute to the project
title: "Title"
assignees: 'tycrek'
projects: 1
---
## Checklist
<!-- All boxes are required -->
- [x] I have read the Contributing Guidelines (coming soon)
- [ ] I acknowledge that any submitted code will be licensed under the [ISC License](https://github.com/tycrek/ass/blob/master/LICENSE)
- [ ] I have read the [Contributing Guidelines]
- [ ] I acknowledge that any submitted code will be licensed under the [ISC License]
- [ ] I confirm that submitted code is my own work
- [ ] I have tested the code, and confirm that it works
@ -24,3 +15,8 @@ projects: 1
## Description
<!-- Describe your PR in detail. Include links to any relevant Issues. -->
[Contributing Guidelines]: https://github.com/tycrek/ass/blob/master/CONTRIBUTING.md
[ISC License]: https://github.com/tycrek/ass/blob/master/LICENSE

@ -0,0 +1,8 @@
# Contributing Guidelines
###### Last revised: July 31st, 2021
1. **English only** in Issues & Pull Requests.
2. Code should be tested before submitting.
3. Code style should be consistent with the rest of the project.
4. Use comments to help explain code.
Loading…
Cancel
Save