Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Latest commit

 

History

History
46 lines (34 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

46 lines (34 loc) · 1.51 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/Upterm"*
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.

Developing

Clone the repo, then npm start. This will install dependencies, build, and run Electron. You may need additional packages, such as libgconf2 (reference).

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