diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a0a04ae4fe..ac84be3b78 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,11 +7,13 @@ body: value: | **Thank you for proposing a detailed feature for Roo Code!** - 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). + 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). - **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. - **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. + For guidance or to discuss your idea, join the [Roo Code Discord](https://discord.gg/roocode) and DM **Hannes Rudolph** (`hrudolph`). + A maintainer (especially @hannesrudolph) will review this proposal. **Do not start implementation until this proposal is approved and assigned.** - type: textarea id: problem-description diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5366a0b32e..8331c2c254 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,7 @@ Thank you for contributing to Roo Code! Before submitting your PR, please ensure: - It's linked to an approved GitHub Issue. -- You've reviewed our [Contributing Guidelines](https://docs.roocode.com/contributing). +- You've reviewed our [Contributing Guidelines](../../CONTRIBUTING.md). --> ### Related GitHub Issue @@ -61,7 +61,7 @@ Detail the steps to test your changes. This helps reviewers verify your work. - [ ] **Branch Hygiene**: My branch is up-to-date (rebased) with the `main` branch. - [ ] **Documentation Impact**: I have considered if my changes require documentation updates (see "Documentation Updates" section below). - [ ] **Changeset**: A changeset has been created using `npm run changeset` if this PR includes user-facing changes or dependency updates. -- [ ] **Contribution Guidelines**: I have read and agree to the [Contributor Guidelines](https://docs.roocode.com/contributing). +- [ ] **Contribution Guidelines**: I have read and agree to the [Contributor Guidelines](../../CONTRIBUTING.md). ### Screenshots / Videos diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bb04e1abc2..887a9f6e6e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,11 @@ +