Skip to content

Commit

Permalink
Move CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Nov 26, 2023
1 parent e6569bc commit 1073b85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ You will need GitHub account as well as git installed and configured with your G
```
The `your-branch-name` is your choice
7. Make your changes
8. Test them in the [example](../example) and add changes in necessary
9. Mention the new changes in the [CHANGELOG.md](../CHANGELOG.md) in the next block
8. Test them in the [example](./example) and add changes in necessary
9. Mention the new changes in the [CHANGELOG.md](./CHANGELOG.md) in the next block
10. When you are done to send your pull request, run:
```
git add .
Expand All @@ -34,7 +34,7 @@ You will need GitHub account as well as git installed and configured with your G
```
this will push the new branch to your forked repository
11. Now you can send your pull request either by following the link that you will get in the command line or open your
forked repository, and you will find an option to send the pull request, you can also
forked repository. You will find an option to send the pull request, you can also
open the [Pull Requests](https://github.com/freshtechtips/ktor-server-firebase-app-check/pulls) tab and send new pull request
12. Please wait for the review, and we might ask you to make more changes, then run:
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ List the key features of the library
We welcome contributions!

Please follow these guidelines when contributing to this project.
See [CONTRIBUTING.md](./docs/CONTRIBUTING.md) for more details.
See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.

## Acknowledgments

Expand Down
Empty file added docs/.gitignore
Empty file.

0 comments on commit 1073b85

Please sign in to comment.