[spike] example repo topics & naming
See original GitHub issueFrom https://github.com/iterative/dvc.org/pull/3087#discussion_r777304564, we should:
- name example repos consistently, and
- have a convention for adding topics to repos
Maybe:
repo name | repo topics | description |
---|---|---|
example-* |
demo , example , docs |
used in official docs |
blog-* |
demo , blog |
used in blog posts |
course-* |
demo , course |
used in official courses |
test-* |
demo , test |
debugging & CSE |
Alternatives names & topics which are also inconsistently used include learn
, eg
, intro
, scenario
, lesson
.
Repo topics make it easy to find/filter repos and are probably more important than repo name. iterative topic:example lists only one repo atm 😢
There are ~150 repos in total and it’s quickly getting impossible to keep track.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:17 (17 by maintainers)
Top Results From Across the Web
Spike: {Name} - Code With Engineering Playbook
Method. Describe how the team will uncover the answer to the question(s) the spike intends to answer. For example: Build prototype to test....
Read more >static-dev/spike: A modern static build tool, powered by webpack
Any time a spike command is run, the contents of that command (for example spike watch -e production would record "watch -e production");...
Read more >Try a Semantic Approach to Naming GitHub Repositories
Learn how to maintain consistency in naming conventions for GitHub repositories using a semantic approach.
Read more >How do you name your git branches? - DEV Community
If you're using Github to track issues, the org/repo#issue format works ... for example: BitBucket/Git branch or Bamboo build to actual Jira ...
Read more >Three Ways to Backup Your GitHub Issues - Rewind
Where you'll replace <OWNER> with your username and <REPOSITORY> with your project name. You can customize the query with parameters like ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Closing this, as we have added
example
topic label and https://github.com/iterative?q=topic%3Aexample&type=source lists all example repositories.I’ve created #3245 to add topic labels to example repositories.