You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I went to the showcase page and clicked the "Submit your project here" there were no instructions or best practices to follow. I went through previous PRs that added items to the showcase and figured it so I just submitted my first showcase project #121!
I'm not saying it needs a detailed walk through, but any mention of submissions in the Readme would be nice if that's where the submission link directs to.
Questions that would be helpful to know
Where are the submissions located? (src/data/users.tsx)
Where should I put my submission? Is there any order, or just at the end? (I just assumed the end)
Where should I put the image?
What are the image requirements/limitations?
What are the qualifiers for each of the tags?
What needs to be included in the submission object?
What should the PR look like?
This added documentation could be as simple as
Submitting to the Community Showcase
Fork the bsky-docs repo
In src/data/users.tsx, add your submission with {include required info}
(Optional) Add photo to src/data/showcase/ {include image requirements/limitations}
Commit changes to a branch in your fork
Make a PR to merge your branch into the main bsky-docs {include what's needed in the PR}
Done! (?)
I'm also more than happy to make a PR to add this, but I don't have the answers to all of the questions right now.
The text was updated successfully, but these errors were encountered:
Fork the project and submit a PR, I had the same question, I git diff <commit_hash> to know how projects are added, but having a process would have helped
When I went to the showcase page and clicked the "Submit your project here" there were no instructions or best practices to follow. I went through previous PRs that added items to the showcase and figured it so I just submitted my first showcase project #121!
I'm not saying it needs a detailed walk through, but any mention of submissions in the Readme would be nice if that's where the submission link directs to.
Questions that would be helpful to know
This added documentation could be as simple as
Submitting to the Community Showcase
src/data/users.tsx
, add your submission with {include required info}src/data/showcase/
{include image requirements/limitations}I'm also more than happy to make a PR to add this, but I don't have the answers to all of the questions right now.
The text was updated successfully, but these errors were encountered: