Skip to content

Commit

Permalink
feat: editing readme.md (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
koimoee authored Jan 31, 2023
2 parents 7455854 + ea47456 commit b300f51
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,42 @@
### ✅ Do Not Give Your Token To Others!
> Giving your token to someone else will give them the ability to log into your account without the password or 2FA.
---
### Contributing
Fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bug fixes, are welcomed and appreciated, but will be thoroughly reviewed.

#### How to contribute
- Fork the repository to your GitHub account
- Make a branch if necessary
- Clone the forked repository to your local device (optional, you can edit files through GitHub's web interface)
- Make changes to files
(IMPORTANT) Test out those changes
- Create a pull request in this repository
- The repository members will review your pull request, and merge it when they are accepted.
- What changes we'll (most likely) not accept

#### Commit message
When you've made changes to one or more files, you have to commit that file. You also need a message for that commit.

#### Short and detailed
Prefix one of these commit types:

`feat:` A feature, possibly improving something already existing

`fix:` A fix, for example of a bug

`style:` Feature and updates related to styling

`refactor:` Refactoring a specific section of the codebase

`test:` Everything related to testing

`docs:` Everything related to documentation (soon)

#### Thanks for contributing

---

</br>
Expand Down

0 comments on commit b300f51

Please sign in to comment.