8000 Fix small typos in docs. by jezdez · Pull Request #61 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Fix small typos in docs. #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 29, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Small typos in contributing docs.
  • Loading branch information
jezdez authored Apr 29, 2022
commit de9e42b95aeead58378fec303bc43fd335649969
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
56FB
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

This Project welcomes contributions, suggestions, and feedback. All contributions, suggestions, and feedback you submitted are accepted under the [Apache 2.0](./LICENSE). You represent that if you do not own copyright in the code that you have the authority to submit it under the [Apache 2.0](./LICENSE). All feedback, suggestions, or contributions are not confidential.
This Project welcomes contributions, suggestions, and feedback. All contributions, suggestions, and feedback you submitted are accepted under the [Apache 2.0](./LICENSE) license. You represent that if you do not own copyright in the code that you have the authority to submit it under the [Apache 2.0](./LICENSE) license. All feedback, suggestions, or contributions are not confidential.

Contributors are invited to be maintainers to the project by demonstrating good decision making in their contributions, a commitment to goals of the project, and consistent adherence to the [code of conduct](https://github.com/pyscript/governance/blob/main/CODE-OF-CONDUCT.md). New maintainers are invited by a 3/4 vote of the existing maintainers.

Expand Down
0