-
Notifications
You must be signed in to change notification settings - Fork 25
Description
@lauweijie has a great idea for design documentation by pushing to standardize a DESIGN.md
file.
The DESIGN.md
file would include information pertaining to how to contribute design and project-specific guidelines for this contribution.
If we go this route, we can do this with the project board (check for the existence of a DESIGN.md
file for admittance) to reinforce this pattern and ensure that there was thought behind including designers:
Cons to this approach are that it adds another dependency (this DESIGN.md
file which isn't currently a standard) and it highlights a divide between design and development (an additional "special" requirement for design).
Some ideas include:
- separate
DESIGN.md
file - DESIGN section within
CONTRIBUTING.md
- Creating a
CONTRIBUTING.md
template with a DESIGN section as an example
There will likely be some kind of standard example or resource we'd want to provide
What are your thoughts?