-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marcelo Ochoa
committed
Nov 8, 2022
1 parent
5edd0d7
commit 2019769
Showing
2 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Contributing to JSONCrack 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](#bugs-and-features) | ||
- 🔧 [Environment setup](#environment-setup) | ||
|
||
## Bugs and features | ||
|
||
Whether it's a bug report or feature request, you're welcome to raise an | ||
**[issue](https://github.com/marcelo-ochoa/jsoncrack-docker-extension/issues)** 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](https://github.com/marcelo-ochoa/jsoncrack-docker-extension.git) 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 | ||
|
||
```bash | ||
git pull upstream master | ||
``` | ||
|
||
- Always create a new branch for changes, use | ||
|
||
```bash | ||
git checkout -b <your_branch_name> | ||
``` | ||
|
||
- commit your changes | ||
- push your changes and raise a PR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters