Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 1.07 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

29 lines (20 loc) · 1.07 KB

Thank you for taking the time to contribute to archboot ! ♥

🚨 IMPORTANT 🚨

  • Please create an issue before creating a Pull Request
  • Please ensure to use the dev branch as the base for all PRs
  • Please ensure the dev branch is up-to-date before implement/fix your feature
  • Please use the following Git commit message style
    • Use the future tense ("Adds feature" not "Added feature")
    • Limit the first line to 72 characters or less
    • Reference issues and pull requests liberally after the first line

Description

Checklist

  • My changes are based off of the dev branch
  • My changes follow the coding style of this project
  • My changes build without any errors or warnings
  • My changes have been formatted and linted
  • My changes have been applied to the wiki as needed