You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ You can report issues [here](https://github.com/ba-st/Kepler/issues/new)
11
11
- This project is MIT licensed, so any code contribution MUST be under the same license.
12
12
- This project uses [Semantic Versioning](http://semver.org/), so keep it in mind when you make backwards-incompatible changes. If some backwards incompatible change is made the major version MUST be increased.
13
13
- The source code is hosted in this repository using the Tonel format in the `source` folder.
14
-
- The master branch contains the latest changes and should always be in a releasable state.
14
+
- The `release-candidate` branch contains the latest changes and should always be in a releasable state.
15
15
- Feel free to send pull requests or fork the project.
16
16
- Code contributions without test cases have a lower probability of being merged into the main branch.
17
17
@@ -25,7 +25,7 @@ You can report issues [here](https://github.com/ba-st/Kepler/issues/new)
25
25
7. Do the changes
26
26
8. Run the test cases
27
27
9. Commit and push your changes to the branch using the Iceberg UI
28
-
10. Create a Pull Request against the master branch
28
+
10. Create a Pull Request against the `release-candidate` branch
> *Name origin*: Mathematician and astronomer [Johannes Kepler](https://en.wikipedia.org/wiki/Johannes_Kepler) is best known for his laws of planetary motion that describes how planets move around the Sun.
0 commit comments