Skip to content
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

Fix rendering emojis in CONTRIBUTING.md and remove "Breaking troubles down" from "Table of contents" #505

Merged
merged 2 commits into from
Jan 19, 2024
Merged
Changes from all commits
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
15 changes: 7 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ We appreciate all contributions, from reporting bugs to implementing new feature
## Table of contents
- [To keep the community healthy and sustainable :busts_in_silhouette:](#to-keep-the-community-healthy-and-sustainable-busts_in_silhouette)
- [Reporting bugs :bug:](#reporting-bugs-bug)
- [Breaking troubles down :flashlight:](#breaking-troubles-down-flashlight)
- [Suggesting enhancements :sparkles:](#suggesting-enhancements-sparkles)
- [Contributing to the codebase :open_file_folder:](#contributing-to-the-codebase-open_file_folder)
- [Contributing to documentation :books:](#contributing-to-documentation-books)
Expand All @@ -19,19 +18,19 @@ We appreciate all contributions, from reporting bugs to implementing new feature

If you have to understand all that this package has to offer, it would require an enormous amount of knowledge.

- `Python`:snake:
- `C`-lang:computer:
- COM interface, implementation, client and server:door:
- COM type library functionalities:wrench:
- `Python` :snake:
- `C`-lang :computer:
- COM interface, implementation, client and server :door:
- COM type library functionalities :wrench:

However, there is **no means to say** that you must understand all of these things to be a contributor.

The purpose of this document is to provide a pathway for you to contribute to this community even if you only know a small portion of this package.

Please keep the followings in your mind:
- :point_right:Please follow the following guidelines when posting a [GitHub Pull Request](https://github.com/enthought/comtypes/pulls) or filing a [GitHub Issue](https://github.com/enthought/comtypes/issues) on this project.
- :bow:The community may not be able to process and reply to your issue or PR right-away. Participants in the community have a lot of work to do besides `comtypes`, but they would try their best.
- :book:For code of conduct, please read [Contributor Covenant](https://www.contributor-covenant.org/).
- :point_right: Please follow the following guidelines when posting a [GitHub Pull Request](https://github.com/enthought/comtypes/pulls) or filing a [GitHub Issue](https://github.com/enthought/comtypes/issues) on this project.
- :bow: The community may not be able to process and reply to your issue or PR right-away. Participants in the community have a lot of work to do besides `comtypes`, but they would try their best.
- :book: For code of conduct, please read [Contributor Covenant](https://www.contributor-covenant.org/).

## Reporting bugs :bug:

Expand Down