日本語版はこちらを参照して下さい。
Use Issues on GitHub.
- Use the template
Bug report. - Apply the label
bugto the issue.
- Use the template
Feature request. - Apply the label
enhancementto the issue.
Use discussions feature of GitHub.
- Create a pull request to merge code from your feature branch to the develop branch.
- In principle, branch names should be
feature/#[issue number]_[summary].
- In principle, branch names should be
- You must agree to DCO to contribute to LatteArt.
- Add the following signature to the commit message to indicate that you agree with the DCO.
Signed-off-by: Random J Developer <random@developer.example.org>- Use your real name in the signature.
- You need to set the same name in GitHub Profile.
git commit -scan add the signature.
- Add the following signature to the commit message to indicate that you agree with the DCO.
- Associate a pull request with the corresponding Issue.
- If there is no corresponding issue, create a new one before creating a pull request.
- Use the templates when creating a pull request.
- The title of a pull request should include "fix" followed by the issue number and a summary of the pull request.
fix #[issue number] [summary]
- Your code must pass the check by
eslint.