Skip to content

Commit

Permalink
Add PR instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed Nov 8, 2023
1 parent f7cd4a1 commit f9d0e83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Other things, such as bug reports, pull requests, etc. are also welcome.

**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://kcd.im/pull-request)

The short version:
1. Fork the repository
2. Make your changes in your fork (using a new branch is advisable)
3. Test your changes, and verify any UI changes visually.
A complete starting point is `./gradlew test runPLugin`
4. Open a PR to merge your changes in the target repo


Development Notes
-----------------
Expand Down

0 comments on commit f9d0e83

Please sign in to comment.