Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Post History

75%
+4 −0
Meta Question templates for guidance

I am wondering if it makes sense to define a template for questions. This would act as a guideline rather than a strict template to be followed. I have seen this being used for GitHub issues and I...

0 answers  ·  posted 2y ago by Alexei‭

#1: Initial revision by user avatar Alexei‭ · 2021-12-28T09:12:20Z (over 2 years ago)
Question templates for guidance
I am wondering if it makes sense to define a template for questions. This would act as a guideline rather than a strict template to be followed.

I have seen this being used [for GitHub issues](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) and I think it would help virtually all users to tick some points when asking most of the software development questions (i.e. "debug" questions)

[A full example](https://meta.stackoverflow.com/a/254906/2780791) was provided on MSO and it can be a good start for us. Some points that can be included in the template:

- short description
- the actual goal. This is relevant to avoid XY problems
- _relevant_ code for the issue
- problem manifestation - logged error, stack trace, actual result different from the expected result etc.
- (optional, but recommended) what has been tried to tackle the issue

One way to quickly implement this is as a default text for the Q&A category questions.