From 3623473f7755d906121ae90f28da7a2ef11ecf1b Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Sun, 21 Apr 2024 19:05:03 +0530 Subject: [PATCH] feat: added question guidelines --- assets/md/question-guidelines.md | 13 ++++++++ question-guidelines.html | 52 ++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 assets/md/question-guidelines.md create mode 100644 question-guidelines.html diff --git a/assets/md/question-guidelines.md b/assets/md/question-guidelines.md new file mode 100644 index 0000000..84ae09d --- /dev/null +++ b/assets/md/question-guidelines.md @@ -0,0 +1,13 @@ +## $ ls question-guidelines/ + +- _[Don't ask to ask, just ask](https://dontasktoask.com/)_ (Seriously, click on it please) +- Do your own research first and share your findings along with the question. +- Be clear and concise in your question. Provide all necessary context and details. +- Specify the programming language, framework, and tools you're using. +- Please, for the love of Linus Torvalds, do not copy paste your code on the chat. +- Share any related code using services like _[rentry](https://rentry.co/)_ or _[minibin](https://bin.tablaster.dev/)_ (or anything similar) +- Include any error messages you're encountering. +- Don't ask for someone to do your entire project or homework for you. +- Be polite and respectful in your interactions with others. +- Follow the guidelines and rules of the community. +- Consider offering a thank-you for helpful responses. \ No newline at end of file diff --git a/question-guidelines.html b/question-guidelines.html new file mode 100644 index 0000000..4aeb7c3 --- /dev/null +++ b/question-guidelines.html @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + Question Guidelines + + + + + + + + +
+ +
+
+ + + + + + \ No newline at end of file