-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
968c314
commit 6fb6073
Showing
2 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contributions guide for Varia | ||
|
||
If you have any questions you can always reach me via email ([email protected]) or through Matrix (@giantpinkrobots:matrix.org). Thanks! :) | ||
|
||
## Code | ||
|
||
If you want to contribute code, you mainly want the 'next' branch for things like new features that'll land in the next major version, as that branch is for active development. For important bug fixes however, you want the 'main' branch, so I can release a hotfix quickly from there without having to also release all the untested new features in development. These fixes can be applied to the 'next' branch later. | ||
|
||
## Translations | ||
|
||
In the case of translations, you want the 'next' branch unless if there is a really embarassing mistake that needs immediate correction with a hotfix, in which case you want the 'main' branch. Translations are done with .po files that you can create with a program like Poedit for example. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters