Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.81 KB

CONTRIBUTING.md

File metadata and controls

34 lines (26 loc) · 1.81 KB

Contributing to Casper Network - Information and How-To Guides

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of rules and guidelines for contributing to this repo. Please feel free to propose changes to this document in a pull request.

Submitting issues

If you have questions about how to install and use Signer on CSPR.Live or about how to install and operate a validator node on the Casper Network, please direct these to the related discord channels:

Guidelines

  • Please search the existing issues first, it's likely that your issue was already reported or even fixed.
    • Go to the main page of the repository, click "issues" and type any word in the top search/command bar.
    • You can also filter by appending e. g. "state:open" to the search string.
    • More info on search syntax within github

Contributing to the Documentation

Thanks for wanting to contribute to Casper Network - Information and How-To Guides. You rock!

Workflow for contributions:

  • Fork the main repo
  • Make your changes
  • Create a new pull request

Notes:

  • Typo corrections and new articles are welcome contributions.
  • The documentation is served on GitHub pages with Jekyll.
  • Make your changes in the src directory, then run the build.sh script to publish them to the docs directory.
  • Use markdown syntax for documentation.
  • Try to use includes as much as possible to avoid content duplication.
  • Respect the license terms of the repo