Skip to content

Commit bdd77a9

Browse files
[DOC] changed references from Authors.rst -> Authors.md (pyjanitor-devs#1075)
1 parent 08897b2 commit bdd77a9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/ISSUE_TEMPLATE/documentation_fix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ I would like to propose a change, such that now the docs...
2020
to get you started. -->
2121

2222
- [Link to documentation page](https://pyjanitor-devs.github.io/pyjanitor/)
23-
- [Link to exact file to be edited](https://github.com/pyjanitor-devs/pyjanitor/blob/dev/AUTHORS.rst)
23+
- [Link to exact file to be edited](https://github.com/pyjanitor-devs/pyjanitor/blob/dev/AUTHORS.md)

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Please ensure that you have done the following:
3838

3939
1. [ ] PR in from a fork off your branch. Do not PR from `<your_username>`:`dev`, but rather from `<your_username>`:`<feature-branch_name>`.
4040
<!-- Doing this helps us keep the commit history much cleaner than it would otherwise be. -->
41-
2. [ ] If you're not on the contributors list, add yourself to `AUTHORS.rst`.
41+
2. [ ] If you're not on the contributors list, add yourself to `AUTHORS.md`.
4242
<!-- We'd like to acknowledge your contributions! -->
4343
3. [ ] Add a line to `CHANGELOG.md` under the latest version header (i.e. the one that is "on deck") describing the contribution.
4444
- Do use some discretion here; if there are multiple PRs that are related, keep them in a single line.

MANIFEST.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
include .requirements/*
2-
include *.rst
2+
include *.md
33
include LICENSE
4-
include CHANGELOG.md

0 commit comments

Comments
 (0)