Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ If you would like to suggest a new feature:

1. Fork the repository and create a new branch for your development work.
- If your changes are **backward compatible**,
open a PR targeting the main branch (commonly named `main` or`master`).
open a PR targeting the main development branch (commonly named `dev` or `develop`).
- If your changes **are not backward compatible**,
open a PR targeting the development branch (commonly named `dev` or `develop`).
open a PR targeting the development branch (commonly named `dev2` or `develop2`).
2. Keep your changes minimal and focused.
- Large or unrelated changes in a single PR are discouraged, as they are more likely to conflict with other work.
3. Follow the coding style and run tests before submitting.
Expand Down
Loading