Skip to content

Commit

Permalink
chore: remove unused and improve contributor docs (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdmmar authored Oct 18, 2022
1 parent 918732a commit a6f9304
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 2,643 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Development follows the [Feature Branch Workflow][feature-workflow]:

1. Fork the repo
2. Clone your fork
3. Create a `feat/[name]` branch
4. Implement your feature
3. Create a branch start with `feat|fix|chore|style|refactor` to be able publish `wc-toast` as canary release. For example: `feat/requestAnimationFrame` or `fix/glitch`
4. Implement your changes
5. Commit the changes
6. Create a PR to merge the feature branch
6. Create a Pull Request (PR) from your branch to merge the changes
7. Reference the issue in the PR

[feature-workflow]: https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"eslint": "8.4.1",
"eslint-config-prettier": "8.3.0",
"jest": "29",
"jest-electron": "0.1.12",
"jest-environment-jsdom": "29.2.1",
"prettier": "2.5.1",
"regenerator-runtime": "0.13.9",
Expand Down
Loading

0 comments on commit a6f9304

Please sign in to comment.