From f52da82848884675c791a4441fd5f54cb178cebb Mon Sep 17 00:00:00 2001 From: Renie Joshi Date: Sat, 25 Jul 2026 17:07:17 -0700 Subject: [PATCH 1/4] Update contribution pages --- src/content/docs/contribution/index.mdx | 2 +- .../docs/contribution/methodsOfContributing.mdx | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/src/content/docs/contribution/index.mdx b/src/content/docs/contribution/index.mdx index 187ff305..af580231 100644 --- a/src/content/docs/contribution/index.mdx +++ b/src/content/docs/contribution/index.mdx @@ -3,7 +3,7 @@ title: Contributing description: Contributing to FRCSoftware.org --- -Thank you for considering contributing to FRCSoftware.org! +Thank you for considering contributing to [FRCSoftware.org](https://github.com/frcsoftware/frcsoftware.org)! FRCSoftware.org is a community driven project, and we rely on the work of volunteer contributors to write and maintain articles. diff --git a/src/content/docs/contribution/methodsOfContributing.mdx b/src/content/docs/contribution/methodsOfContributing.mdx index 53496527..109fd9f1 100644 --- a/src/content/docs/contribution/methodsOfContributing.mdx +++ b/src/content/docs/contribution/methodsOfContributing.mdx @@ -7,24 +7,17 @@ next: /contribution/styleguide import Aside from '../../../components/Aside.astro'; -## Public Contribution +## Contributions Workflow -FRCSoftware.org is just getting started, so the easiest way to propose work is by opening a GitHub issue in the main repository. -Use this template in your issue: - -{/* rli:ignore */} - -``` -Issue/content: -Solution or Notes about the execution of the content: -When do you plan on finishing?: -``` +[FRCSoftware.org](https://github.com/frcsoftware/frcsoftware.org) is just getting started, so the easiest way to propose work is by opening a GitHub issue in the main repository. This helps avoid duplicate work and keeps contribution priorities clear as the project grows. If you're given approval to start working on it, continue discussion in the issue thread so everyone can follow progress. -When you start on your work, fork the repository on GitHub and submit pull requests for your work to be accepted. +When you start on your work, fork the repository on GitHub and submit pull requests for your work to be reviewed. + +Join our development [Discord](https://discord.com/invite/uUugPrPZFs) to discuss work. ## Setting up GitHub and VS Code For Contributing From 21bd878abca1eca110fbbb443613adb40e21f82f Mon Sep 17 00:00:00 2001 From: Renie Joshi Date: Sat, 25 Jul 2026 17:25:13 -0700 Subject: [PATCH 2/4] Change link in contributions workflow section --- src/content/docs/contribution/methodsOfContributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/contribution/methodsOfContributing.mdx b/src/content/docs/contribution/methodsOfContributing.mdx index 109fd9f1..1b746671 100644 --- a/src/content/docs/contribution/methodsOfContributing.mdx +++ b/src/content/docs/contribution/methodsOfContributing.mdx @@ -9,7 +9,7 @@ import Aside from '../../../components/Aside.astro'; ## Contributions Workflow -[FRCSoftware.org](https://github.com/frcsoftware/frcsoftware.org) is just getting started, so the easiest way to propose work is by opening a GitHub issue in the main repository. +FRCSoftware.org is just getting started, so the easiest way to propose work is by [opening a GitHub issue](https://github.com/frcsoftware/frcsoftware.org/issues) in the main repository. This helps avoid duplicate work and keeps contribution priorities clear as the project grows. From c66226cbac79d322fc2ad6b86f93dd53b4f1a0dd Mon Sep 17 00:00:00 2001 From: Renie Joshi Date: Sat, 25 Jul 2026 17:32:20 -0700 Subject: [PATCH 3/4] Update list of flaky URLs --- .remarkrc.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.remarkrc.mjs b/.remarkrc.mjs index b24df3ef..64af7285 100644 --- a/.remarkrc.mjs +++ b/.remarkrc.mjs @@ -22,6 +22,9 @@ export default { skipUrlPatterns: [ 'https://github.com/signup', 'https://code.visualstudio.com/', + 'https://www.conventionalcommits.org/en/v1.0.0/', + 'https://vale.sh/', + 'https://squoosh.app/', ], // Add known flaky URL patterns here }, ], From df61dede288439a01eea7ecf3c0066b1520bb93b Mon Sep 17 00:00:00 2001 From: Renie Joshi Date: Sat, 25 Jul 2026 17:57:52 -0700 Subject: [PATCH 4/4] Fix GitHub issues link Co-authored-by: Sam Freund --- src/content/docs/contribution/methodsOfContributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/contribution/methodsOfContributing.mdx b/src/content/docs/contribution/methodsOfContributing.mdx index 1b746671..83b13f0c 100644 --- a/src/content/docs/contribution/methodsOfContributing.mdx +++ b/src/content/docs/contribution/methodsOfContributing.mdx @@ -9,7 +9,7 @@ import Aside from '../../../components/Aside.astro'; ## Contributions Workflow -FRCSoftware.org is just getting started, so the easiest way to propose work is by [opening a GitHub issue](https://github.com/frcsoftware/frcsoftware.org/issues) in the main repository. +FRCSoftware.org is just getting started, so the easiest way to propose work is by [opening a GitHub issue](https://github.com/frcsoftware/frcsoftware.org/issues/new) in the main repository. This helps avoid duplicate work and keeps contribution priorities clear as the project grows.