Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.08 KB

File metadata and controls

49 lines (32 loc) · 1.08 KB

Contributing to Cipher

Thanks for wanting to help. Keep it simple.

Quick start

  1. Fork the repo
  2. Create a branch for your change
  3. Make your edit
  4. Open a pull request
git clone https://github.com/false200/Cipher.git
cd Cipher
npm install
npm start

What you can work on

Look for issues tagged:

  • good first issue — easy starting points
  • help wanted — we could use a hand
  • bug — something broken
  • enhancement — new ideas
  • documentation — README and docs

No issue yet? Open one first and describe what you want to change.

Pull requests

Use the PR template. One description box is enough.

  • Keep the change focused
  • Match the existing code style
  • Test locally with npm start before you submit

Reporting bugs

Open an issue and say what is going on. One description field. That is all we need.

Questions

Open an issue with the question label or start a discussion in Issues.

Code of conduct

This project follows the Code of Conduct. Be respectful.