Closed gregswindle closed 7 years ago
As a contributor, I need a consistent, organized repository structure In order to complete tasks quickly.
.git-label/all-git-label-packages.json
git-labelmaker
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
🐛 After installing semantic-release-cli, but sure to run npm install to ensure semantic-release -- not semantic-release-cli -- installs to node_modules/.bin/.
semantic-release-cli
npm install
semantic-release
node_modules/.bin/
User story
As a contributor, I need a consistent, organized repository structure In order to complete tasks quickly.
Acceptance criteria
.git-label/all-git-label-packages.json
- use standardized issue labels withgit-labelmaker
..github/CODE_OF_CONDUCT.md
- provide Contributor Covenant Code of Conduct..github/CONTRIBUTING.md
- publish contribution guidelines..github/ISSUE_TEMPLATE.md
- populate issues with a standard template..github/PULL_REQUEST_TEMPLATE.md
- populate PRs with a standard template.