Skip to content

Commit 5b70df3

Browse files
fix: correcao do CONTRIBUTING.md
1 parent 5c3b331 commit 5b70df3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contribution Guide - AbacatePay {LANGUAGE} SDK
1+
# Contribution Guide - AbacatePay NodeJS SDK
22

3-
First and foremost, thank you for considering contributing to the AbacatePay {LANGUAGE} SDK! We truly appreciate your time and effort in helping make our SDKs even better.
3+
First and foremost, thank you for considering contributing to the AbacatePay nodejsSDK! We truly appreciate your time and effort in helping make our SDKs even better.
44

55
This guide presents a set of guidelines for contributing to this project. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
66

@@ -64,7 +64,7 @@ Not sure where to start? You can look for issues tagged with `good first issue`
6464
* Create a new branch from the `develop` branch (this is our main development branch) . **Direct Pull Requests to `main` are not allowed.**
6565
```bash
6666
git checkout develop
67-
git pull origin develop # Ensure your local develop is up-to-date
67+
git pull origin develop --rebase # Ensure your local develop is up-to-date
6868
git checkout -b your-branch-name # Ex: feature/new-client-api or fix/bug-123
6969
```
7070
4. **Set Up Environment and Install Dependencies:**

0 commit comments

Comments
 (0)