Thank you for your interest in contributing to our Awesome List for Reflex! This guide will walk you through the process of adding new resources to our repository.
- Go to our GitHub repository: https://github.com/reflex-dev/awesome-reflex
- Click the "Fork" button in the top-right corner to create a copy in your account.
git clone https://github.com/[Your-Username]/awesome-reflex.git
cd awesome-reflex
git checkout -b add-new-resource
- Open the
README.md
file in a text editor. - Find the appropriate section for your resource.
- Add your resource using this format:
Resource Name - Brief description of the resource.
Save the file.
git add README.md
git commit -m "Add [Resource Name] to [Section Name]"
git push origin add-new-resource
- Go to your fork on GitHub.
- Click "Compare & pull request" next to your
add-new-resource
branch. - Ensure the "base repository" is set to
reflex-dev/awesome-reflex
and "base" is set tomain
. - Fill in the pull request title and description.
- Click "Create pull request."
- Ensure the resource is directly related to Reflex.
- Check that the resource hasn't already been added.
- Provide a concise, informative description.
- Place the resource in the appropriate section.
- Maintain alphabetical order within sections.
If you're new to GitHub or need assistance, don't hesitate to ask for help in the pull request comments or open an issue in the repository.