forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "bad characters" from our codebase (apache#24841)
* Remove "bad characters" from our codebase We had plenty of "bad characters" in our codebase that were not invited and came here by accident. We want to get rid of those "bad characters" once and for all.
- Loading branch information
Showing
54 changed files
with
308 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,7 +134,7 @@ and guidelines. | |
Committers/Maintainers | ||
---------------------- | ||
|
||
Committers are community members that have write access to the project’s repositories, i.e., they can modify the code, | ||
Committers are community members that have write access to the project's repositories, i.e., they can modify the code, | ||
documentation, and website by themselves and also accept other contributions. | ||
|
||
The official list of committers can be found `here <https://airflow.apache.org/docs/apache-airflow/stable/project.html#committers>`__. | ||
|
@@ -277,7 +277,7 @@ For effective collaboration, make sure to join the following Airflow groups: | |
|
||
- Mailing lists: | ||
|
||
- Developer’s mailing list `<[email protected]>`_ | ||
- Developer's mailing list `<[email protected]>`_ | ||
(quite substantial traffic on this list) | ||
|
||
- All commits mailing list: `<[email protected]>`_ | ||
|
@@ -1472,14 +1472,14 @@ Here are a few rules that are important to keep in mind when you enter our commu | |
* There is a #newbie-questions channel in slack as a safe place to ask questions | ||
* You can ask one of the committers to be a mentor for you, committers can guide within the community | ||
* You can apply to more structured `Apache Mentoring Programme <https://community.apache.org/mentoringprogramme.html>`_ | ||
* It’s your responsibility as an author to take your PR from start-to-end including leading communication | ||
* It's your responsibility as an author to take your PR from start-to-end including leading communication | ||
in the PR | ||
* It’s your responsibility as an author to ping committers to review your PR - be mildly annoying sometimes, | ||
it’s OK to be slightly annoying with your change - it is also a sign for committers that you care | ||
* It's your responsibility as an author to ping committers to review your PR - be mildly annoying sometimes, | ||
it's OK to be slightly annoying with your change - it is also a sign for committers that you care | ||
* Be considerate to the high code quality/test coverage requirements for Apache Airflow | ||
* If in doubt - ask the community for their opinion or propose to vote at the devlist | ||
* Discussions should concern subject matters - judge or criticise the merit but never criticise people | ||
* It’s OK to express your own emotions while communicating - it helps other people to understand you | ||
* It's OK to express your own emotions while communicating - it helps other people to understand you | ||
* Be considerate for feelings of others. Tell about how you feel not what you think of others | ||
|
||
Commit Policy | ||
|
@@ -1495,6 +1495,6 @@ and slightly modified and consensus reached in October 2020: | |
|
||
Resources & Links | ||
================= | ||
- `Airflow’s official documentation <https://airflow.apache.org/>`__ | ||
- `Airflow's official documentation <https://airflow.apache.org/>`__ | ||
|
||
- `More resources and links to Airflow related content on the Wiki <https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Links>`__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.