Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
Install node on your system: Node
Only required on the first run, subsequent runs can use
npm run serve
to run the development server.
$ git clone https://github.com/saleina/SaleinaCMS
$ cd SaleinaCMS
$ npm install
$ npm run serve
We actively welcome your pull requests!
If you need help with Git or our workflow, please ask on Telegram. We want your contributions even if you're just learning Git. Our maintainers are happy to help!
Saleina CMS uses the Forking Workflow + Feature Branches. Additionally, PR's should be rebased on master when opened, and again before merging.
- Fork the repo.
- Create a branch from
master
. If you're addressing a specific issue, prefix your branch name with the issue number. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- PR's must be rebased before merge (feel free to ask for help).
- PR should be reviewed by two maintainers prior to merging.
By contributing to Saleina CMS, you agree that your contributions will be licensed under its MIT license.