Skip to content

Commit af78614

Browse files
authored
Fix rendering emojis in CONTRIBUTING.md and remove "Breaking troubles down" from "Table of contents" (#505)
1 parent 876801f commit af78614

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ We appreciate all contributions, from reporting bugs to implementing new feature
99
## Table of contents
1010
- [To keep the community healthy and sustainable :busts_in_silhouette:](#to-keep-the-community-healthy-and-sustainable-busts_in_silhouette)
1111
- [Reporting bugs :bug:](#reporting-bugs-bug)
12-
- [Breaking troubles down :flashlight:](#breaking-troubles-down-flashlight)
1312
- [Suggesting enhancements :sparkles:](#suggesting-enhancements-sparkles)
1413
- [Contributing to the codebase :open_file_folder:](#contributing-to-the-codebase-open_file_folder)
1514
- [Contributing to documentation :books:](#contributing-to-documentation-books)
@@ -19,19 +18,19 @@ We appreciate all contributions, from reporting bugs to implementing new feature
1918

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

22-
- `Python`:snake:
23-
- `C`-lang:computer:
24-
- COM interface, implementation, client and server:door:
25-
- COM type library functionalities:wrench:
21+
- `Python` :snake:
22+
- `C`-lang :computer:
23+
- COM interface, implementation, client and server :door:
24+
- COM type library functionalities :wrench:
2625

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

2928
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.
3029

3130
Please keep the followings in your mind:
32-
- :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.
33-
- :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.
34-
- :book:For code of conduct, please read [Contributor Covenant](https://www.contributor-covenant.org/).
31+
- :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.
32+
- :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.
33+
- :book: For code of conduct, please read [Contributor Covenant](https://www.contributor-covenant.org/).
3534

3635
## Reporting bugs :bug:
3736

0 commit comments

Comments
 (0)