Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

39 lines (28 loc) · 1.22 KB

Contributing to PGAdmin4 Docker Extension

Hi, glad to know that you're interested in contributing. Here are some topics that can help you to get started:

Bugs and features

Whether it's a bug report or feature request, you're welcome to raise an issue using the respective template.

We aim to respond to your issues and questions soonest. If you wish to receive a faster response, we recommend you always describe your steps and provide information about your environment in the bug reports. And if you're proposing a new feature, it'll help us to evaluate the priority if you explain why you need it.

Environment setup

  • Fork this repository.
  • Clone your forked copy of the project to a local environment.
  • Always merge commits from the upstream repository to your master branch to keep it updated. use
git pull upstream master
  • Always create a new branch for changes, use
git checkout -b <your_branch_name>
  • commit your changes
  • push your changes and raise a PR