Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
More issue Templates
Browse files Browse the repository at this point in the history
More issue Templates
-Logix
-Shader request
-Component Request
  • Loading branch information
Xlinka committed Sep 6, 2023
2 parents cdc25e6 + cb6737d commit 25b09c9
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/ComponentRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Component Request
about: Request a new component for NeosPlus
title: ''
labels: ['New Component', 'Enhancement']
assignees: ''

---

πŸ”Œ **Component Request**

**Describe the new component you'd like to request:**

[Please provide a clear and detailed description of the component you would like to see added to NeosPlus.]

**Use Case**

[Explain how this component would benefit users, what functionality it would add, or how it enhances the NeosVR experience.]

πŸš€ **Proposed Implementation**

[If you have any ideas on how this component could be implemented, please share them here. This could include technical details or design suggestions.]

πŸ’¬ **Additional Context**

[Is there any additional context or information you'd like to add regarding this component request?]

πŸ“‹ **Related Issues/PRs**

[Are there any existing issues or pull requests related to this component request?]

πŸ“Ž **Attachments (if any)**

[Attach any relevant files, images, diagrams, or additional information here.]
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/LogixNodeRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Logix Node Request
about: Request a new Logix Node for NeosPlus
title: ''
labels: ['Logix', 'New Node']
assignees: ''

---

πŸ“Š **Logix Node Request**

**Describe the new Logix Node you'd like to request:**

[Please provide a clear and detailed description of the Logix Node you would like to see added to NeosPlus.]

**Use Case**

[Explain how this Logix Node would benefit users, what problems it would solve, or what creative possibilities it would open up within NeosVR.]

πŸš€ **Proposed Implementation**

[If you have any ideas on how this Logix Node could be implemented, please share them here. This could include technical details or design suggestions.]

πŸ’¬ **Additional Context**

[Is there any additional context or information you'd like to add regarding this Logix Node request?]

πŸ“‹ **Related Issues/PRs**

[Are there any existing issues or pull requests related to this Logix Node request?]

πŸ“Ž **Attachments (if any)**

[Attach any relevant files, diagrams, or additional information here.]
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/ShaderRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Shader Request
about: Request a new shader for NeosPlus
title: ''
labels: ['shader', 'Enhancement']
assignees: ''

---

🎨 **Shader Request**

**Describe the new shader you'd like to request:**

[Please provide a clear and detailed description of the shader you would like to see added to NeosPlus.]

**Use Case**

[Explain how this shader would enhance the visual experience, solve specific problems, or open up creative possibilities within NeosVR.]

πŸš€ **Proposed Implementation**

[If you have shader code or implementation ideas, please share them here. If you're supplying shader code, make sure it's available under the MIT license or an equivalent open-source license.]

```glsl
// Paste your shader code here (if available and MIT licensed).
```

πŸ’¬ **Additional Context**

[Is there any additional context or information you'd like to add regarding this Logix Node request?]

πŸ“‹ **Related Issues/PRs**

[Are there any existing issues or pull requests related to this Logix Node request?]

0 comments on commit 25b09c9

Please sign in to comment.