-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Best Practice submission template #7
Comments
I've created a simple description page, and submission template. I think we need to provide a proper web form for submissions as the primary means, with a template download as the secondary for submitters who wish to put more thought into submissions. The submission "form" can have a file upload input for those users. GitHub has an Issues API that we should be able to use to collect submissions for review. We'll need to ensure that users have pull access to do form submissions, so this may not be practical. Our only other option is to set up our own server to collect submissions. Thoughts? |
Why not follow github patterns?
This way there are number of side benefits:
|
I guess to me this depends on how much we want to expose "github" being central to the entire app and site. I agree with you that using standard github conventions make since, I'm concerned that it will drive off potential contributors. Do we want to force contributors to follow GIT concepts? Developers, sure. What about thought leaders in business, designers, etc. This would be all new and confusing. I'm leaning towards our site minimizing git as much as possible. I dont want to force constraints on us or contribs into strict conventions if its not focal to our mission. |
I agree, but for folks that are advance and want to follow the flow. I was thinking on having more contributors help with the site and increase contributors. What about giving options: Option 1(Hacker): Option 2 (Hacker Wannabe): Options 3 (What is a Hacker?): We can start with email and avoid the form for now. If you think we still need the form submission I will try looking into a a Google Doc Form. I just want to avoid dealing with files, and if there are comments or reviews, the person needs to send us another files and so on. |
[From Mobile RefArch for Mobile]
Each submission should cover the following:
• Problem - What is being decided or the issue that is being addressed.
• Assumptions - What is believed to be true about the context of the problem?
• Motivation - Why this decision is important.
• Alternatives - A list of options considered and explanations.
• Decision - The decision taken, possibly with references to related artifacts.
• Justification - Why the decision was made together with reference to any supporting principles and
explanations of deviations from compliance.
The text was updated successfully, but these errors were encountered: