Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.09 KB

Reporting bugs and suggestions

  1. Make sure both your browser and OneeChan are up to date.
  2. Disable your other extensions & scripts to identify conflicts.
  3. If your issue persists, open a new issue with the following information:
  4. Precise steps to reproduce the problem, with the expected and actual results.
  5. Console errors, if any.
  6. Browser version.

Open your console with:

  • Ctrl + Shift + J on Chrome.
  • Ctrl + Shift + K on Firefox.

Development & Contribution

Get started

  • Install node.js.
  • Install Grunt's CLI with npm install -g grunt-cli.
  • Clone OneeChan.
  • cd into it.
  • Install/Update OneeChan dependencies with npm install.

Build

  • Build with grunt.

Release

  • Update the version with grunt patch, grunt minor or grunt major.
  • Release with grunt release.

Note: this is only used to release new OneeChan versions, and is not needed or wanted in pull requests.

Contribute

  • Edit the sources.
  • Open a pull request to merge branch.