Merge pull request #3223 from hrittikhere/master [ci skip]

Update Readme to Fix Typo
This commit is contained in:
Brad Rydzewski 2022-06-05 11:57:53 -04:00 committed by GitHub
commit 0c764871d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.github/readme.md vendored
View file

@ -28,7 +28,7 @@ Drone is a continuous delivery system built on container technology. Drone uses
## Contributing
We encourage you to contribute to Drone! whether thats joining in on the community slack or discourse, or contributing pull requests / documentation changes or raising issues.
We encourage you to contribute to Drone! Whether that's joining in on the community slack or discourse, or contributing pull requests / documentation changes or raising issues.
## Code of Conduct
@ -107,7 +107,7 @@ docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator
You can generate a token by logging into your GitHub account and going to Settings -> Personal access tokens.
Next we tag the PR's with the fixes or enhancements labels. If the PR does not fufil the requirements, do not add a label.
Next we tag the PR's with the fixes or enhancements labels. If the PR does not fulfill the requirements, do not add a label.
**Before moving on make sure to update the version file `version/version.go && version/version_test.go`.**