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 }, ], 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..83b13f0c 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 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. 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