Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Latest commit

 

History

History
71 lines (46 loc) · 2.35 KB

CONTRIBUTING.md

File metadata and controls

71 lines (46 loc) · 2.35 KB

Contributing to our-journey

Hi,

We welcome bug reports and fixes, enhancements, pull requests, documentation and support from you.

Get involved!

And, thank you ;)

This is a work-in-progress!

README


Creating a bug report

  1. Check if someone else has filed the same bug report previously. You can +1 vote for it!
  2. Please let us know the steps to re-create the problem, as much detail as possible;
  3. Let us know what browser and operating system you're using;
  4. Let us know if you're using assistive technology like a screen reader (name and version);
  5. A screenshot image can be really useful — how to take a screenshot.

Creating an enhancement request

Please explain your idea, and why you think it would be useful. The more concrete you can make the use-case, the better.

Note, we can't guarantee we'll put in loads of work — we aren't funded at this stage!

Creating a pull request

  1. Before you put too much work in, why not talk to us about your idea? (Say you're interested in contributing.)
  2. Fork the repository;
  3. Please look at the existing code, and try to make your code fit in (unless our code looks really goofy!)
  4. We have an .editorconfig file to help you match the coding style;
  5. You'll want npm test to pass before creating the pull request.
  6. And, make sure you've set up your email address before you commit.

And, other contributions

We welcome all contributions!

Feel free to write and edit documentation, share on social media ...!

Code of conduct

TODO: ...


README