Skip to content

Commit

Permalink
Merge branch 'master' into xcc-level-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Dec 3, 2024
2 parents f62f267 + 1fac9b4 commit 3b47af3
Show file tree
Hide file tree
Showing 146 changed files with 2,586 additions and 5,576 deletions.
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://stackoverflow.com/questions/tagged/nearprotocol
about: Please ask and answer questions here.
- name: Need help?
url: https://t.me/neardev
about: Get technical support from our developer community on Telegram.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/doc-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: 🐞 Report a Documentation Error
description: Report errors or unclear content in the documentation
title: "[BUG] "
labels: ["documentation", "bug"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to help us improve our documentation! 🙏
- type: textarea
id: description
attributes:
label: Description
placeholder: The documentation is incorrect/unclear/missing information about...
validations:
required: true

- type: input
id: page-url
attributes:
label: Page URL
placeholder: https://docs.near.org/<path>
validations:
required: true

- type: checkboxes
id: impact
attributes:
label: Impact
description: How does this documentation issue affect users?
options:
- label: Incorrect information
- label: Missing information
- label: Unclear explanation
- label: Broken link
- label: Code example doesn't work
- label: Other (please specify in description)
validations:
required: true

- type: textarea
id: suggested-fix
attributes:
label: Suggested Fix
placeholder: I suggest changing/adding...
validations:
required: false
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/doc-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name: 📝 Documentation Request
description: Request new documentation or updates to existing docs
title: "[DOC] "
labels: ["documentation"]
body:
- type: markdown
attributes:
value: "## 📝 Documentation Request"

- type: dropdown
id: doc_type
attributes:
label: "Documentation Type"
options:
- "New Documentation"
- "Update Existing Documentation"
validations:
required: true

- type: textarea
id: what
attributes:
label: "What needs documentation?"
placeholder: "Describe what needs to be documented or updated and WHY is it needed."
validations:
required: true

- type: textarea
id: done
attributes:
label: "Acceptance Criteria"
placeholder: "What exactly needs to be done before this issue can be closed? (e.g., code examples, diagrams, step-by-step guides)"
validations:
required: true

- type: textarea
id: additional
attributes:
label: "Resources & References"
placeholder: "Any relevant resources, existing documentation, code references, or screenshots?"

- type: dropdown
id: priority
attributes:
label: "Priority"
options:
- "🔴 P0 : Missing Critical Documentation"
- "🟠 P1 : Important Documentation Gap"
- "🟡 P2 : Documentation Enhancement"
- "🟢 P3 : Nice to Have"
- "⚪ P4 : Minor Update"
validations:
required: true

- type: markdown
attributes:
value: |
| Priority | Name | Description |
|----------|------|-------------|
| 🔴 P0 | CRITICAL | Missing documentation blocking team progress |
| 🟠 P1 | HIGH | Important documentation gap affecting productivity |
| 🟡 P2 | MEDIUM | Significant documentation enhancement |
| 🟢 P3 | NORMAL | Helpful documentation addition |
| ⚪ P4 | LOW | Minor documentation update |
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/documentation-request.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/meta-improvement.md

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/build-docs.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/stale.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/translation.yml

This file was deleted.

Loading

0 comments on commit 3b47af3

Please sign in to comment.