Skip to content

Instantly share code, notes, and snippets.

@hising
Last active May 3, 2025 21:14
Show Gist options
  • Save hising/508a6c215659797f7a7086851c83913c to your computer and use it in GitHub Desktop.
Save hising/508a6c215659797f7a7086851c83913c to your computer and use it in GitHub Desktop.
Junie Guidelines

IMPORTANT GUIDELINES

  • Make sure to add files to git that you create
  • Make a commit for each task you complete, as atomic as possible
  • Make sure you fix eslint errors and warnings
  • Make sure all added md docs are linked in README.md
  • For larger tasks, create a new branch and make a pull request
  • When fixing tasks from docs/tasks.md, make sure to set the task to done in the file
  • Make sure to push the branch to the remote repository
  • Do not be to generic in your suggestions, be specific
  • Make sure you are in the correct branch when you make changes
  • Make sure the application builds and runs correctly after your changes
  • Make sure the project builds and runs without errors
  • When starting a new task, pull changes, switch to main, and create the new branch of main
  • When pushing a rebase to the remote repository, make sure to force-with-lease push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment