Skip to content

Latest commit

 

History

History
106 lines (73 loc) · 3.78 KB

CONTRIBUTING.md

File metadata and controls

106 lines (73 loc) · 3.78 KB

Contributing to this project

Getting started

Before you begin –

Installing dependencies

Pull all dependencies while also checking integrity with the command –

vr install

Modifying dependencies

If you are adding or upgrading dependencies, please ensure you update the lock.json file with the command –

vr reload

Running all tests

To run all tests, run the command –

vr test

Creating your first issue

Before you make your changes, check to see if an issue exists already for the change you want to make.

Don't see your issue? Open one

If you spot something new, open an issue using a template. We'll use the issue to have a conversation about the problem you want to fix.

Ready to make a change? Fork the repo

Fork using GitHub Desktop:

Fork using the command line:

  • Fork the repo so that you can make your changes without affecting the original project until you're ready to merge them.

Fork with GitHub Codespaces:

Make your update

Make your changes to the file(s) you'd like to update.

  • Are you making changes to the application code? You'll need Deno v1.17+ to run the tests locally.
  • Are you contributing to markdown? We use GitHub Markdown.
  • Writing a Git commit message? We use the Angular commit convention.

Open a pull request

When you're done making changes and you'd like to propose them for review, use the pull request template to open your PR (pull request).

Submit your PR & get it reviewed

  • Once you submit your PR, project members will review it with you. The first thing you're going to want to do is a self review.
  • After that, we may have questions, check back on your PR to keep up with the conversation.
  • Did you have an issue, like a merge conflict? Check out GitHub's git tutorial on how to resolve merge conflicts and other issues.

Your PR is merged!

Congratulations! OSlash and the whole open-source community thanks you. :sparkles:

Once your PR is merged, you will be proudly listed as a contributor in the contributor chart.