4chan-x/CONTRIBUTING.md
Nicolas Stepien d66fb9c322 fixes
2012-09-24 22:47:09 +02:00

1.3 KiB

Reporting bugs

  1. Make sure your browser & 4chan X are up to date.
  2. Disable your other extensions & scripts.
  3. If your issue persists:
  4. Report precise steps to reproduce the problem.
  5. Report console errors, if any.
  6. Report browser and browser version.

Open your console with:

  • Ctrl + Shift + J on Chrome & Firefox
  • Ctrl + Shift + O on Opera.

Development & Contribution

Get started

Build

  • Build with grunt.
  • For development (continuous builds), run grunt watch.

Release

  • To upgrade, edit the version in grunt.js and run grunt upgrade.

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

Contribute

  • Edit the CoffeeScript source.
  • Build the JavaScript.
  • If the edits affect regular users, edit the changelog.
  • Fork the repo.
  • Send a pull request.