Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.24 KB

File metadata and controls

37 lines (24 loc) · 1.24 KB

Contributing

First and foremost, thank you! I appreciate that you want to contribute to Denokv GUI Client.

Tech Stack

Of course in order to be able to contribute to the project, you should be familiar with the technologies used in its development:

Back End side

  • Node.js + Electron
  • SQLite Database
  • dbmate (database migration tool)

Front End side

Issues

  • All reports of bugs, problems, and flaws are welcome.
  • If you have a question or a request for help.

Pull Requests

Before proposing any changes to the app, create an issue first for discussing your proposal.

Follow these steps to make the pull request: 👇

  1. Follow the Install and Run instructions in the README.md file to set up dev environment.
  2. Create a new branch for the change you are willing to introduce.
  3. Follow the conventional commits specification when writing your commit messages
  4. Create your pull request once you are ready 👍