mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
051c0ed9ca
* repoint contributing links to .github/CONTRIBUTING.md * drop mention of which repo it is
1.8 KiB
1.8 KiB
Because
This PR
Issue
Closes #XXXXX
Additional Information
Pull Request Requirements
- I have thoroughly read and understand The Odin Project Contributing Guide
- The title of this PR follows the
location of change: brief description of changeformat, e.g.01_helloWorld: Update test cases - The
Becausesection summarizes the reason for this PR - The
This PRsection has a bullet point list describing the changes in this PR - If this PR addresses an open issue, it is linked in the
Issuesection - If this PR includes changes that needs to be updated on the
solutionsbranch, I have created another PR (and linked it to this PR).