Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Contributing.md #140

Merged
merged 4 commits into from
Sep 6, 2024
Merged

Add Contributing.md #140

merged 4 commits into from
Sep 6, 2024

Conversation

NickTomlin
Copy link
Contributor

This is a follow-up to #139 (comment) that starts a rough draft of a contributing doc.

I'm still unfamiliar with the project, so please let me know if there's something I missed or anything that could be better!

Additional context

More info about CONTRIBUTING.md in the Github docs

Future possibilities

Force / warn about package managers other than pnpm

npmp has some docs around only-allow that would warn / force users to use pnpm but it seems like npm does not honor the preinstall hook so this will only work for yarn

Style guidelines

I'm not sure if there's a particular coding style that the project wants to follow but having a basic eslint (that isn't too opinionated 😄) might help. If not, maybe a small section about any guidelines you all have could be useful.

Copy link

changeset-bot bot commented Sep 5, 2024

🦋 Changeset detected

Latest commit: a383ed4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
codemirror-json-schema Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

netlify bot commented Sep 5, 2024

Deploy Preview for codemirror-json-schema ready!

Name Link
🔨 Latest commit a383ed4
🔍 Latest deploy log https://app.netlify.com/sites/codemirror-json-schema/deploys/66da4fda3975a800088f5181
😎 Deploy Preview https://deploy-preview-140--codemirror-json-schema.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@acao
Copy link
Collaborator

acao commented Sep 5, 2024

thank you @NickTomlin ! this looks like it covers everything, and great points on the follow up!

the style guide especially - @imolorhe and I have been collaborating on open source for years so we can operate with a kind of "collective intent", but yes we do need to make it more welcoming and straightforward for new contributors! (and also, i was just too lazy to set up @typescript/eslint 😆 )

@acao
Copy link
Collaborator

acao commented Sep 5, 2024

ah, one thing to add, we need to mention changeset command.

once your branch is ready, and it contains bugfixes, documentation improvements or features, run pnpm changeset add to add a changeset file, and there you can compose in markdown the entry that will be published to CHANGELOG.md

@acao acao merged commit bceace2 into jsonnext:main Sep 6, 2024
4 checks passed
@NickTomlin NickTomlin deleted the contributing branch September 6, 2024 20:01
@github-actions github-actions bot mentioned this pull request Sep 7, 2024
imolorhe pushed a commit that referenced this pull request Nov 16, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## [email protected]

### Patch Changes

- [#133](#133)
[`4fd7cc6`](4fd7cc6)
Thanks [@imolorhe](https://github.com/imolorhe)! - Get sub schema using
parsed data for additional context

- [#137](#137)
[`29e2da5`](29e2da5)
Thanks [@xdavidwu](https://github.com/xdavidwu)! - Fix description
markdown rendering in completion

- [#144](#144)
[`ef7f336`](ef7f336)
Thanks [@imolorhe](https://github.com/imolorhe)! - updated to use fine
grained shiki bundle

- [#139](#139)
[`bfbe613`](bfbe613)
Thanks [@NickTomlin](https://github.com/NickTomlin)! - Move non
essential packages to devDependencies

- [#140](#140)
[`bceace2`](bceace2)
Thanks [@NickTomlin](https://github.com/NickTomlin)! - Add
CONTRIBUTING.md file

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants