From 67dbb98dc630e8b569bf81b5a5c5f247a4cda0a6 Mon Sep 17 00:00:00 2001 From: junkmd Date: Thu, 18 Jan 2024 08:28:42 +0900 Subject: [PATCH 1/2] fix rendering emojis in `CONTRIBUTING.md` --- CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 472b88c1..78fed742 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,19 +19,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: From 142ea301987df6ec505129e89b61e38fb34975eb Mon Sep 17 00:00:00 2001 From: junkmd Date: Thu, 18 Jan 2024 08:28:42 +0900 Subject: [PATCH 2/2] remove "Breaking troubles down" from "Table of contents" --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78fed742..6260e23b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)