-
Notifications
You must be signed in to change notification settings - Fork 1
Development Procedure
SAKURAI Hitohiro edited this page Apr 21, 2022
·
19 revisions
git clone -branch <BRANCH_NAME> <REPOSITORY_URL>
- See the detail of Coding in the Coding Standards.
- See the detail of Test in the Test Requirements.
git add <FILE> | <DIRECTORY>
git commit -m '<COMMIT_MESSAGE>'
- Make sure to add a comment when you commit.
- Please describe the changes in detail in the comments.
- Merge the source codes changed by the other developers and push to the original repository.
git fetch
git push
- Send the pull request to committers of Mata Elang.
- The committer will check for the changed source code and give feedback to the developer if necessary.
After passing the review, the source code will be merged into master branch and released to the public.
Welcome to the Developer's Guide wiki!
1. Overview
- System Architecture
- System Configuration
- List of Products
- List of Port Numbers
- Memory Usage per Service