Skip to content

Commit 0c904a9

Browse files
authored
fix(doc): remove typos in contribution guide (#3545)
1 parent 493521e commit 0c904a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func DeleteBarWaitHandler(ctx context.Context, a APIClientInterface, BarId, proj
169169

170170
To make your contribution, follow these steps:
171171

172-
1. Check open or recently closed [Pull Requests](https://github.com/stackitcloud/stackit-sdk-go/pulls) and [Issues](https://github.com/stackitcloud/stackit-sdk-go/issues)to make sure the contribution you are making has not been already tackled by someone else.
172+
1. Check open or recently closed [Pull Requests](https://github.com/stackitcloud/stackit-sdk-go/pulls) and [Issues](https://github.com/stackitcloud/stackit-sdk-go/issues) to make sure the contribution you are making has not been already tackled by someone else.
173173
2. Fork the repo.
174174
3. Make your changes in a branch that is up-to-date with the original repo's `main` branch.
175175
4. Commit your changes including a descriptive message.
@@ -183,6 +183,6 @@ If you would like to report a bug, please open a [GitHub issue](https://github.c
183183
To ensure we can provide the best support to your issue, follow these guidelines:
184184

185185
1. Go through the existing issues to check if your issue has already been reported.
186-
2. Make sure you are using the latest version of the provider, we will not provide bug fixes for older versions. Also, latest versions may have the fix for your bug.
187-
3. Please provide as much information as you can about your environment, e.g. your version of Go, your version of the provider, which operating system you are using and the corresponding version.
186+
2. Make sure you are using the latest version of the SDK modules, we will not provide bug fixes for older versions. Also, latest versions may have the fix for your bug.
187+
3. Please provide as much information as you can about your environment, e.g. your version of Go, your version of the SDK modules, which operating system you are using and the corresponding version.
188188
4. Include in your issue the steps to reproduce it, along with code snippets and/or information about your specific use case. This will make the support process much easier and efficient.

0 commit comments

Comments
 (0)