From cc8c48b81e0c91bdfbd33b449afd233c1e652fd4 Mon Sep 17 00:00:00 2001 From: Balazs Czoma Date: Thu, 5 Oct 2023 14:36:20 -0400 Subject: [PATCH] Updated the contributing guide --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ac826ec..a159ad8a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,9 +9,9 @@ We'd love for you to contribute and welcome your help. Here are some guidelines ## 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. ## Did you write a patch that fixes a bug? @@ -19,7 +19,7 @@ Open a new GitHub pull request with the patch following the steps outlined below 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 @@ -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 @@ -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: @@ -108,7 +108,7 @@ That's it! Thank you for your contribution! ## **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. ## Do you have questions about the source code?