-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: consistency via markdownlint; move AUTHORS to AUTHORS.md (#4096)
- Loading branch information
Showing
14 changed files
with
860 additions
and
897 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!-- Feel free to remove check-list items aren't relevant to your change --> | ||
|
||
- [ ] Closes #xxxx | ||
- [ ] Tests added | ||
- [ ] Added clear title that can be used to generate release notes | ||
- [ ] Fully documented, including updating `docs/source/*.rst` for new API | ||
- [ ] Closes #xxxx | ||
- [ ] Tests added | ||
- [ ] Added clear title that can be used to generate release notes | ||
- [ ] Fully documented, including updating `docs/source/*.rst` for new API |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md | ||
|
||
# Heading style | ||
MD003: | ||
style: "atx" | ||
|
||
# Unordered list indentation | ||
MD007: | ||
indent: 2 | ||
|
||
# Line length | ||
MD013: false | ||
# line_length: 100 | ||
|
||
# Multiple headings with the same content | ||
MD024: | ||
siblings_only: true | ||
|
||
# Multiple top-level headings in the same document | ||
MD025: false | ||
|
||
# First line in a file should be a top-level heading | ||
MD041: false | ||
|
||
# Required heading structure | ||
MD043: true |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Authors | ||
|
||
## Original Author | ||
|
||
- Gerald Evenden (1935-2016) | ||
|
||
## Maintainers | ||
|
||
- Kristian Evers <[email protected]> | ||
- Even Rouault <[email protected]> | ||
|
||
## Project Steering Committee | ||
|
||
Process and membership can be found at: | ||
<https://proj.org/community/rfc/rfc-1.html> | ||
|
||
Chair: | ||
|
||
- Kristian Evers <[email protected]> | ||
|
||
Members: | ||
|
||
- Frank Warmerdam <[email protected]> | ||
- Howard Butler <[email protected]> | ||
- Charles Karney <[email protected]> | ||
- Thomas Knudsen <[email protected]> | ||
- Even Rouault <[email protected]> | ||
- Kurt Schwehr <[email protected]> | ||
|
||
## Contributors | ||
|
||
The full list of contributors can be found on GitHub | ||
<https://github.com/OSGeo/PROJ/graphs/contributors> |
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 |
---|---|---|
|
@@ -55,7 +55,7 @@ a project may be further defined and clarified by project maintainers. | |
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [[email protected]](mailto:[email protected]). All | ||
reported by contacting the project team at <[email protected]>. All | ||
complaints will be reviewed and investigated and will result in a response that | ||
is deemed necessary and appropriate to the circumstances. The project team is | ||
obligated to maintain confidentiality with regard to the reporter of an incident. | ||
|
@@ -68,10 +68,9 @@ members of the project's leadership. | |
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, | ||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html | ||
|
||
[homepage]: https://www.contributor-covenant.org | ||
available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html> | ||
|
||
For answers to common questions about this code of conduct, see | ||
https://www.contributor-covenant.org/faq | ||
<https://www.contributor-covenant.org/faq> | ||
|
||
[homepage]: https://www.contributor-covenant.org |
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.