Skip to content

Commit

Permalink
🚚 Update links to CONTRIBUTING.(md → rst)
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jul 1, 2022
1 parent f928054 commit 5d4b70a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Documents #[issue number] by @[original issue author]
- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`). <!-- If you want to in include a leading emoji, check out https://gitmoji.dev for a pseudo-standard set of options -->
- [ ] My pull request targets the `source` branch of the repository. <!-- Change this branch if you're targeting a branch other than `source` -->
- [ ] My commit messages follow best practices.
- [ ] My code follows the [established code style of the repository](../CONTRIBUTING.md).
- [ ] I tried [letting the CI build this branch on a fork or built the project locally](../CONTRIBUTING.md#building) and verified that there are no visible errors.
- [ ] My code follows the [established code style of the repository](../blob/source/CONTRIBUTING.rst).
- [ ] I tried [letting the CI build this branch on a fork or built the project locally](../blob/source/CONTRIBUTING.rst#building) and verified that there are no visible errors.

## Developer Certificate of Origin
<!-- You must read and understand the following attestation. -->
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ GitHub Pages repo for FCP-INDI

## Editing

See [CONTRIBUTING](./CONTRIBUTING.md) for editing and contributing guidelines.
See [CONTRIBUTING](./CONTRIBUTING.rst) for editing and contributing guidelines.
4 changes: 3 additions & 1 deletion docs/_sources/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ def yaml_to_rst(path):
'fcp-indi.github.io/docs/',
f'fcp-indi.github.io/docs/{_url_version}/'
).replace('* :octocat:', '* |:octocat:|')
for emoji in ['construction_worker', 'heavy_plus_sign', 'octocat']:
_converted = _converted.replace(f'\\:{emoji}:', f'|:{emoji}:|')

if _url_version == 'nightly':
_url_version = 'develop'
Expand Down Expand Up @@ -212,7 +214,7 @@ def _gh_rate_limit():
MMMMMMMMMMMMMMMMMMM | |
MMMMMMMMMMMMMMMMMMM | Set GITHUBTOKEN to your API token in |
MMMMMMMMMMMMMMMMMMMMM | your environment to increase rate limit. |
MMMMMMMMMMMMMMMMMMMMMMM | See CONTRIBUTING.md#environment-notes |
MMMMMMMMMMMMMMMMMMMMMMM | See CONTRIBUTING.rst#environment-notes |
MMMMMMMMMMMMMMMMMMMMMMMM |_ ______________________________________|
MMMM::- -:::::::- -::MMMM |/
MM~:~ 00~:::::~ 00~:~MM
Expand Down

0 comments on commit 5d4b70a

Please sign in to comment.