Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/contribution/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
17 changes: 5 additions & 12 deletions src/content/docs/contribution/methodsOfContributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down