Thank you for your time to contributing. We always welcome your ideas and feedback. Please feel free to make any pull requests.
- Create a new issue to ask questions, report bugs or propose new features and improvements.
- Send a pull request to contribute your work.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
git clone https://github.com/snst-lab/xocs.git
git checkout -b NEW_BRANCH_NAME
Feature, improve, bugfix, refactor, etc.
4. Add History to "VERSION.md" on new branch
Add history to "Major" or "Minor" or "Patch" section in VERSION.md on new branch. (In many case, we do not use "Major" section)
git add -A && git commit #--> Write a commit title & messages
Please refer VERSION.md to write commit title & messages
git push origin NEW_BRANCH_NAME
You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.