Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

47 lines (36 loc) · 1.68 KB

Contributing

Overview

Thank you for your time to contributing. We always welcome your ideas and feedback. Please feel free to make any pull requests.

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.

Pull Request

1. Clone this repository to your local machine using.
git clone https://github.com/snst-lab/xocs.git
2. Create new branch.
git checkout -b NEW_BRANCH_NAME
3. Edit project on new branch

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)

5. Commit
git add -A && git commit  #--> Write a commit title & messages 

Please refer VERSION.md to write commit title & messages

6. Push Branch
git push origin NEW_BRANCH_NAME
7. Create Pull Request

Send pull request

8. Merge Branches

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.