Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NASA-AMMOS SLIM Repository Essentials Assistance -- Baseline Files #442

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 24 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,43 @@
---
name: Bug report
about: Report a reproducible bug or regression.
title: ''
name: Bug Report
about: Report a bug to help us improve
title: '[Bug]: '
labels: 'bug'
assignees: ''

---

**Describe the bug**
**Checked for duplicates**

> Have you checked for duplicate issue tickets?

A clear and concise description of what the bug is. Before submitting, please remove unnecessary sections.
- Ex. Yes - I've already checked
- Ex. No - I haven't checked

**To Reproduce**
**Describe the bug**

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. See error
> A clear and concise description of what the bug is. Plain-text snippets preferred but screenshots welcome.

***Code***
Ex. When I did [...] action, I noticed [...]

```js
// code goes here
```
**What did you expect?**

***Live example***
> A clear and concise description of what you expect to happen

-
Ex. I expected [...]

**Expected behavior**
**Reproducible steps**

A clear and concise description of what you expected to happen.
> How would we reproduce this bug? Please walk us through it step by step. Plain-text snippets preferred but screenshots welcome.

**Screenshots**
1.
2.
3.

If applicable, add screenshots to help explain your problem (drag and drop the image).
**What is your environment?**

**Platform:**
> Include any computer hardware, operating system, framework, browser, time-of-day or other contextual information related to your issue

- Device: [Desktop, Mobile, ...]
- OS: [Windows, MacOS, Linux, Android, iOS, ...]
- Browser: [Chrome, Firefox, Safari, Edge, ...]
- Three.js version: [r???]
- Library version: [v???]
- Ex. Version of this software [e.g. vX.Y.Z]
- Ex. Operating System: [e.g. MacOSX with Docker Desktop vX.Y]
- ...
32 changes: 21 additions & 11 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
---
name: Feature request
about: Suggest an idea for the project.
title: ''
name: New Feature
about: Suggest a new feature for us to implement
title: '[New Feature]: '
labels: 'enhancement'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
**Checked for duplicates**

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
> Have you checked for duplicate issue tickets?

**Describe the solution you'd like**
- Ex. Yes - I've already checked
- Ex. No - I haven't checked

A clear and concise description of what you want to happen.
**Alternatives considered**

**Describe alternatives you've considered**
> Have you considered alternative solutions to your feature request?

A clear and concise description of any alternative solutions or features you've considered.
- Ex. Yes - and alternatives don't suffice
- Ex. No - I haven't considered

**Additional context**
**Related problems**

Add any other context or screenshots about the feature request here.
> Is your feature request related to any problems? Please help us understand if so, including linking to any other issue tickets.

Ex. I'm frustrated when [...] happens as documented in issue-XYZ

**Describe the feature request**

> A clear and concise description of your request.

Ex. I need or want [...]
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Purpose
- Clear, easy-to-understand sentences outlining the purpose of the PR
## Proposed Changes
- [ADD] ...
- [CHANGE] ...
- [FIX] ...
## Issues
- Links to relevant issues
- Example: issue-XYZ
## Testing
- Provide some proof you've tested your changes
- Example: test results available at ...
- Example: tested on operating system ...
Loading