diff --git a/.github/ISSUE_TEMPLATE/doc-feedback.yml b/.github/ISSUE_TEMPLATE/doc-feedback.yml new file mode 100644 index 00000000000..fb086274aa4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc-feedback.yml @@ -0,0 +1,77 @@ +name: 💬 Documentation Feedback +description: Provide feedback or suggestions for improving docs.near.org +title: "[FEEDBACK] " +labels: ["documentation", "feedback"] +assignees: [] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to help us improve our documentation! 🙏 + Use this template to share feedback, suggestions, or ideas for making our docs better. + + - type: input + id: page-url + attributes: + label: Page URL + placeholder: https://docs.near.org/ + validations: + required: true + + - type: dropdown + id: feedback_type + attributes: + label: "Feedback Type" + options: + - "General Improvement Suggestion" + - "User Experience Enhancement" + - "Content Organization" + - "Writing Style/Clarity" + - "Additional Examples Needed" + - "Visual/Design Feedback" + - "Other" + validations: + required: true + + - type: textarea + id: current_experience + attributes: + label: "Current Experience" + placeholder: "Describe your current experience with this documentation. What works well? What could be better?" + validations: + required: true + + - type: textarea + id: suggestion + attributes: + label: "Your Suggestion" + placeholder: "What specific improvements would you like to see? How would this make the documentation better?" + validations: + required: true + + - type: textarea + id: use_case + attributes: + label: "Use Case" + placeholder: "What were you trying to accomplish when you encountered this? Who else might benefit from this improvement?" + validations: + required: false + + - type: dropdown + id: priority + attributes: + label: "Impact Level" + options: + - "🔴 High : Significantly impacts user experience" + - "🟡 Medium : Noticeable improvement opportunity" + - "🟢 Low : Nice to have enhancement" + validations: + required: true + + - type: textarea + id: additional_context + attributes: + label: "Additional Context" + placeholder: "Any other relevant information, examples, or references that might help?" + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md deleted file mode 100644 index 51f6959dbe3..00000000000 --- a/.github/ISSUE_TEMPLATE/epic.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Create an EPIC 🔹 -about: Create an epic of work that tracks several issues -title: "🔹[EPIC] " -labels: Epic -assignees: '' - ---- - -### Description - -(Problem statement with a description of work to be accomplished.) - ---- - -### Goal - -(Define success. What is the desired outcome?) - ---- - -### Resources - -(Relevant documentation, Figma links, and other reference material) - -- Item 1 -- Item 2 -- Item 3 - ---- - -```[tasklist] -### Related Issues -- [ ] https://github.com/near/docs/issues/1 -- [ ] https://github.com/near/docs/issues/2 -- [ ] https://github.com/near/docs/issues/3 -```