diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..1878961 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +# Pull Request Template + +## Description +Please include a summary of your changes. + +## How Has This Been Tested? +Please describe the tests that you ran to verify your changes. + +## Checklist +- [ ] Attached a sweet and relavant picture +- [ ] Code doesnt suck (or sucks less than whats already commited) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e36f50e..a23d2db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thank you for your interest in contributing to RedisAdministrator! ## How to Contribute -1. **Fork the repository** and create your branch from `main`. +1. **Fork the repository** and create your branch from `master`. 2. **Make your changes** with clear, descriptive commit messages. 3. **Update the version** in `WebApp/WebApp.csproj` if your changes introduce new features or breaking changes. 4. **Test your changes** to ensure nothing is broken.