Skip to content

Commit

Permalink
Updated the contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Oct 5, 2023
1 parent a2bfeb3 commit cc8c48b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ We'd love for you to contribute and welcome your help. Here are some guidelines

## <a name="issue"></a> Did you find a issue?

- **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart/issues).
- **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/SolaceProducts/terraform-provider-solacebroker/issues).

- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart/issues). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/SolaceProducts/terraform-provider-solacebroker/issues). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.

## <a name="submitting"></a> Did you write a patch that fixes a bug?

Open a new GitHub pull request with the patch following the steps outlined below. Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Before you submit your pull request consider the following guidelines:

- Search [GitHub](/https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart/pulls) for an open or closed Pull Request
- Search [GitHub](/https://github.com/SolaceProducts/terraform-provider-solacebroker/pulls) for an open or closed Pull Request
that relates to your submission. You don't want to duplicate effort.

### Submitting a Pull Request
Expand All @@ -32,7 +32,7 @@ Fork the project and clone your fork
locally.

```sh
prompt:~$ git clone https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart
prompt:~$ git clone https://github.com/SolaceProducts/terraform-provider-solacebroker
```

#### Step 2: Branch
Expand Down Expand Up @@ -61,7 +61,7 @@ repository.
If you have not set the upstream, do so as follows:

```sh
prompt:~$ git remote add upstream https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart
prompt:~$ git remote add upstream https://github.com/SolaceProducts/terraform-provider-solacebroker
```

then:
Expand Down Expand Up @@ -108,7 +108,7 @@ That's it! Thank you for your contribution!

## <a name="features"></a> **Do you have an ideas for a new feature or a change to an existing one?**

- Open a GitHub [enhancement request issue](https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart/issues) and describe the new functionality.
- Open a GitHub [enhancement request issue](https://github.com/SolaceProducts/terraform-provider-solacebroker/issues) and describe the new functionality.

## <a name="questions"></a> Do you have questions about the source code?

Expand Down

0 comments on commit cc8c48b

Please sign in to comment.