Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

39 lines (29 loc) · 1.29 KB

I have found a bug!

Awesome, but before you report it to us, make sure to check whether this has already been reported. If not, before reporting the issue you'll need to gather some information by following these instructions:

  1. Make sure you are using the latest version of the application:
git pull
rm -r "/Applications/Black Screen"*
npm run pack
  1. If the bug is still present, open an issue.
  2. Write steps to reproduce the bug.
  3. Take some screenshots.
  4. Gather debug logs.

5.1. Open developer tools (View -> Toggle Developer Tools).

5.2. Find Console.

5.3. Copy the output and paste it into the issue.

I have some important changes!

  1. Clone the repo.
  2. Create a separate branch (to prevent unrelated updates).
  3. Apply your changes.
  4. Create a pull request.
  5. Describe what has been done.

Test