mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
code
This commit is contained in:
parent
7b0c782758
commit
42d70ce599
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -54,13 +54,13 @@ To contribute to this repository:
|
|||
- [Fork the project to your own GitHub profile](https://help.github.com/articles/fork-a-repo/)
|
||||
|
||||
- Download the project using git clone:
|
||||
|
||||
git clone git@github.com:<YOUR_USERNAME>/pokeapi.git
|
||||
|
||||
```
|
||||
git clone git@github.com:<YOUR_USERNAME>/pokeapi.git
|
||||
```
|
||||
- Create a new branch with a descriptive name:
|
||||
|
||||
git checkout -b my_new_branch
|
||||
|
||||
```
|
||||
git checkout -b my_new_branch
|
||||
```
|
||||
- Write some code, fix something, and add a test to prove that it works. **No pull request will be accepted without tests passing, or without new tests if new features are added.**
|
||||
|
||||
- Commit your code and push it to GitHub
|
||||
|
|
Loading…
Add table
Reference in a new issue