Skip to content

Commit

Permalink
update contribution guidelines (#734)
Browse files Browse the repository at this point in the history
* Save upload-24.svg

* Optimize SVGs

* Create twenty-bugs-mate.md

* Add note for where to commit a changeset

Co-authored-by: Javier Diaz <edokoa@github.com>
Co-authored-by: Javier Diaz <actions@github.com>
  • Loading branch information
3 people authored Feb 8, 2022
1 parent 2453967 commit afde0dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-bugs-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/octicons": patch
---

Modify upload-24.svg to mirror 16px version
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ Releases are managed by 🦋 [Changesets](https://github.com/atlassian/changeset

We have the [changeset-bot comment on new pull requests](https://github.com/changesets/bot#readme) asking contributors or maintainers to add a changeset file, which will become the markdown supported changelog entry for the change.

When creating the changeset always commit into the working branch (pull request branch), not `main`.

When a pull request is approved merge it into the `main` branch. The changeset action will then create a Release pull request that includes this new pull request.

Once maintainers have agreed and are satisifed with the release. Merge the Release pull request. Changesets will then publish a new GitHub release to the repository with the changelog and new version number. A second action will be triggered by this release and publish the new versions to npm and rubygems.
Expand Down

0 comments on commit afde0dd

Please sign in to comment.