Skip to content

Commit

Permalink
Update issue templates (#2802)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Ellingwood <[email protected]>
  • Loading branch information
evilnick and imchairmanm committed Feb 6, 2025
1 parent 48ca05f commit 99eb86a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us fix and improve docs
title: "[DOCS-ISSUE] - "
labels: bug
assignees: ''

---

**NOTE!**

This is for issues with _documentation_ of **n8n**. If the problem you are having is actually a bug in the software, please [file a bug here instead](https://github.com/n8n-io/n8n/issues).

**Where is the bug/mistake?**
Please help us by pasting in the URL of the page or telling us the title.

**What problem did you find?**
A clear and concise description of what is wrong.

**Can you suggest a fix?**
For some issues, like a broken link, it will help us resolve them faster if you can indicate what you think the correct information would be.

**Additional context**
Add any other context about the problem here.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/new-docs-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: New docs request
about: Suggest additional pages or information to improve docs
title: "[DOCS-REQUEST] - "
labels: enhancement
assignees: ''

---

Thanks for helping us improve docs! Please give us as much information as you can about the changes you'd like to see.

**What information is missing?**


**Describe the page/pages you'd like**


**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 99eb86a

Please sign in to comment.