FFFF course-java-core/.github/CONTRIBUTING.md at develop · aevgeni/course-java-core · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.16 KB

File metadata and controls

27 lines (21 loc) · 1.16 KB

Pull Requests

Please follow these steps to have your contribution considered by the maintainers:

  • Pull actual branch where need to do changes
  • Follow the styleguides when making changes
  • Create PR with template

Styleguides

Git Commit Messages

  • Use the present tense (add feature not added feature)
  • Use the imperative mood (move cursor to... not moves cursor to...)
  • Limit the first line to 50 characters or less
  • Limit body to 72 characters or less
  • Reference issues and pull requests liberally after the first line
  • The first line of the commit contains the name of the artifact (task/test/example) and the name of the theme
  • Consider starting the commit message with:
    • feat: when adding/updating tasks/example/tests
    • refactor: when changing/deleting tasks/example/tests
    • fix: when fixing mistakes in tasks/example/tests
    • docs: when adding/updating/deleting documentation
    • env: when adding/updating/deleting something for environment

Java Code Style

All Java code must adhere to Java Style Code

0