Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down