Closed
Description
#1 originally proposed using just three labels, Arduino, OpenWRT and RPi, to categorize issues. But @nastevens proposed using a richer tag system. Also check my comment about grouping tags in categories. The questions are:
- Should we adopt a richer tag system for issues? Also for the list of curated crates? (I'm in favor of both). What about tags for documentation? (I prefer bigger categories like "micro-controller" over tags in this particular case)
- Should we group our tags in categories like rust-lang/rust does? e.g.
A-x86
,A-avr
,A-arm
, etc. where A stands for Architecture. - What tags should we start with? We don't have to come up with all of them right now. But if we are going to use the categories system proposed above, we should try to come up with as many categories as early as possible, I think.
- Extra idea of mine: Should we recommend a set of tags for crates on crates.io? Like: "if your crate only works for a specific architecture, use one of these tags:
arm
,avr
,x86
, etc.". Another; "if your crate doesn't use heap allocation then use theno-heap
tag", etc.