Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 2.8 KB

CONTRIBUTING.md

File metadata and controls

83 lines (63 loc) · 2.8 KB

Contributing

Thank you so much for wanting to contribute to Crypto Service Suite! There are a couple ways to help out.

Evangelize

Just tell people about Crypto Service Suite. We believe that a bigger, more involved community makes for a better framework, and that better frameworks make the world a better place. We can always use more feedback.

How to Contribute

Here are guides for submitting issues and pull requests.

Bug Reports

If you encounter a bug that hasn't already been filed, please file a bug report. Let us know of things we should fix, things we should add, questions, etc.

Warning us of a bug is possibly the single most valuable contribution you can make to the Crypto Service Suite.

  • Head here to submit a new issue.
  • Include a descriptive title that is straight to the point.
  • Write a detailed description on what the issue is all about.
  • Wait for someone to get to the issue and add labels.
  • The issue will be fixed soon!

Code Contributions

Contributing code is one of the more difficult ways to contribute to the Crypto Service.

Feature Requests

Filing feature requests is one of the most popular ways to contribute to the Crypto Service Suite.

Is there some feature request that you'd like to code up yourself? Is there a feature you asked for yourself that you'd like to code?

Here's how to contribute code for a new feature to the Crypto Service Suite. Pull Requests allow you to share your own code with us, and we can merge it into the main repo.

Adding Code

  • Fork the repo.
  • Clone the Crypto Service Suite repo by running: git clone https://github.com/sebastienrousseau/password-generator.git
  • Install Node.js if you haven't already, and run npm install. This installs the required dependencies for building the Crypto Service Suite.
  • Edit files in the src/ folder. Don't edit any files in the dist/ folder, this is only for distribution builds, which are automated.
  • Run npm run build to trigger builds, and the new distribution files will be in the dist/ folder ready to go.

Fixing an Issue

Have you found a solution to an issue? Here is how you can submit your code to the Crypto Service Suite.

  • Fork the repo, and refer above for how to change up code.
  • Head to your local fork of the repo and click the "New Pull Request" button.
  • Include a title that is straight to the point.
  • Wait for someone to review the pull request, and then merge yours!