index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Владислав <awayfromgalaxy@gmail.com> | 2021-04-27 19:01:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 19:01:38 +0300 |
commit | bbe38025fb862c804a8fe924d7cc32e214e665b5 (patch) | |
tree | 38dbe99bc588a4e8f91d3c41f86cf045933c7475 /CONTRIBUTING.md | |
parent | 492c44c916312460b831e9c5d9308a48fffdeb7d (diff) | |
parent | 090b98b8307fd924882e78b69df9227b4621ec6b (diff) |
-rw-r--r-- | CONTRIBUTING.md | 10 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48cc14d1..a72704bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,15 @@ # Contributing to archinstall -Any contributions through pull requests are welcome as this project aims to be a community based project to ease some Arch Linux installation steps.<br> -Bear in mind that the future of this repo might be transferred to the official [GitLab repo under Arch Linux](http://gitlab.archlinux.org/archlinux/) *(if they so choose to adopt the project)*. +Any contributions through pull requests are welcome as this project aims to be a community based project to ease some Arch Linux installation steps. Bear in mind that in the future this repo might be transferred to the official [GitLab repo under Arch Linux](http://gitlab.archlinux.org/archlinux/) *(if GitLab becomes open to the general public)*. + Therefore guidelines and style changes to the code might come into affect as well as guidelines surrounding bug reporting and discussions. +## Branches + +`master` is currently the default branch, and that's where all future feature work is being done, this means that `master` is a living entity and will most likely never be in a fully stable state. For stable releases, please see the tagged commits. + +Patch releases will be done against their own branches, branched from stable tagged releases and will be named according to the version it will become on release *(Patches to `v2.1.4` will be done on branch `v2.1.5` for instance)*. + ## Discussions Currently, questions, bugs and suggestions should be reported through [GitHub issue tracker](https://github.com/archlinux/archinstall/issues).<br> |