Skip to content

Commit 371419e

Browse files
fix: update links in issue and pull request templates to relative paths (#3251)
1 parent 3ffe946 commit 371419e

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ body:
77
value: |
88
**Thank you for proposing a detailed feature for Roo Code!**
99
10-
This template is for submitting specific, actionable proposals that you or others intend to implement after discussion and approval. It's a key part of our [Issue-First Approach](https://docs.roocode.com/contributing).
10+
This template is for submitting specific, actionable proposals that you or others intend to implement after discussion and approval. It's a key part of our [Issue-First Approach](../../CONTRIBUTING.md).
1111
1212
- **For general ideas or less defined suggestions**, please use [GitHub Discussions](https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop) first.
1313
- **Before submitting**, please search existing [GitHub Issues](https://github.com/RooVetGit/Roo-Code/issues) and [Discussions](https://github.com/RooVetGit/Roo-Code/discussions) to avoid duplicates.
1414
15+
For guidance or to discuss your idea, join the [Roo Code Discord](https://discord.gg/roocode) and DM **Hannes Rudolph** (`hrudolph`).
16+
1517
A maintainer (especially @hannesrudolph) will review this proposal. **Do not start implementation until this proposal is approved and assigned.**
1618
- type: textarea
1719
id: problem-description

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Thank you for contributing to Roo Code!
33
44
Before submitting your PR, please ensure:
55
- It's linked to an approved GitHub Issue.
6-
- You've reviewed our [Contributing Guidelines](https://docs.roocode.com/contributing).
6+
- You've reviewed our [Contributing Guidelines](../../CONTRIBUTING.md).
77
-->
88

99
### Related GitHub Issue
@@ -61,7 +61,7 @@ Detail the steps to test your changes. This helps reviewers verify your work.
6161
- [ ] **Branch Hygiene**: My branch is up-to-date (rebased) with the `main` branch.
6262
- [ ] **Documentation Impact**: I have considered if my changes require documentation updates (see "Documentation Updates" section below).
6363
- [ ] **Changeset**: A changeset has been created using `npm run changeset` if this PR includes user-facing changes or dependency updates.
64-
- [ ] **Contribution Guidelines**: I have read and agree to the [Contributor Guidelines](https://docs.roocode.com/contributing).
64+
- [ ] **Contribution Guidelines**: I have read and agree to the [Contributor Guidelines](../../CONTRIBUTING.md).
6565

6666
### Screenshots / Videos
6767

CODE_OF_CONDUCT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<div align="center">
2+
<sub>
3+
<b>English</b> • [Català](locales/ca/CODE_OF_CONDUCT.md)[Deutsch](locales/de/CODE_OF_CONDUCT.md)[Español](locales/es/CODE_OF_CONDUCT.md)[Français](locales/fr/CODE_OF_CONDUCT.md)[हिंदी](locales/hi/CODE_OF_CONDUCT.md)[Italiano](locales/it/CODE_OF_CONDUCT.md)[Nederlands](locales/nl/CODE_OF_CONDUCT.md)[Русский](locales/ru/CODE_OF_CONDUCT.md)
4+
</sub>
5+
<sub>
6+
[日本語](locales/ja/CODE_OF_CONDUCT.md)[한국어](locales/ko/CODE_OF_CONDUCT.md)[Polski](locales/pl/CODE_OF_CONDUCT.md)[Português (BR)](locales/pt-BR/CODE_OF_CONDUCT.md)[Türkçe](locales/tr/CODE_OF_CONDUCT.md)[Tiếng Việt](locales/vi/CODE_OF_CONDUCT.md)[简体中文](locales/zh-CN/CODE_OF_CONDUCT.md)[繁體中文](locales/zh-TW/CODE_OF_CONDUCT.md)
7+
</sub>
8+
</div>
19
# Contributor Covenant Code of Conduct
210

311
## Our Pledge

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<div align="center">
2+
<sub>
3+
<b>English</b> • [Català](locales/ca/CONTRIBUTING.md)[Deutsch](locales/de/CONTRIBUTING.md)[Español](locales/es/CONTRIBUTING.md)[Français](locales/fr/CONTRIBUTING.md)[हिंदी](locales/hi/CONTRIBUTING.md)[Italiano](locales/it/CONTRIBUTING.md)[Nederlands](locales/nl/CONTRIBUTING.md)[Русский](locales/ru/CONTRIBUTING.md)
4+
</sub>
5+
<sub>
6+
[日本語](locales/ja/CONTRIBUTING.md)[한국어](locales/ko/CONTRIBUTING.md)[Polski](locales/pl/CONTRIBUTING.md)[Português (BR)](locales/pt-BR/CONTRIBUTING.md)[Türkçe](locales/tr/CONTRIBUTING.md)[Tiếng Việt](locales/vi/CONTRIBUTING.md)[简体中文](locales/zh-CN/CONTRIBUTING.md)[繁體中文](locales/zh-TW/CONTRIBUTING.md)
7+
</sub>
8+
</div>
19
# Contributing to Roo Code
210

311
Roo Code is a community-driven project, and we highly value every contribution. To ensure a smooth and effective process for everyone, **we operate on an "[Issue-First](#2-key-principle-issue-first-approach)" basis.** This means all work should be linked to a GitHub Issue _before_ a Pull Request is submitted (see our [PR Policy](#pull-request-pr-policy) for details). Please read this guide carefully to understand how to contribute.

0 commit comments

Comments
 (0)