-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes header bar blocking Selenium tests, adds new icons, shrinks lef…
…t-hand nav to just icons and tooltips
- Loading branch information
Showing
73 changed files
with
163,020 additions
and
77,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug to help us improve | ||
title: '[Bug]: ' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Checked for duplicates** | ||
|
||
> Have you checked for duplicate issue tickets? | ||
- Ex. Yes - I've already checked | ||
- Ex. No - I haven't checked | ||
|
||
**Describe the bug** | ||
|
||
> A clear and concise description of what the bug is. Plain-text snippets preferred but screenshots welcome. | ||
Ex. When I did [...] action, I noticed [...] | ||
|
||
**What did you expect?** | ||
|
||
> A clear and concise description of what you expect to happen | ||
Ex. I expected [...] | ||
|
||
**Reproducible steps** | ||
|
||
> How would we reproduce this bug? Please walk us through it step by step. Plain-text snippets preferred but screenshots welcome. | ||
1. | ||
2. | ||
3. | ||
|
||
**What is your environment?** | ||
|
||
> Include any computer hardware, operating system, framework, browser, time-of-day or other contextual information related to your issue | ||
- Ex. Version of this software [e.g. vX.Y.Z] | ||
- Ex. Operating System: [e.g. MacOSX with Docker Desktop vX.Y] | ||
- ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: New Feature | ||
about: Suggest a new feature for us to implement | ||
title: '[New Feature]: ' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Checked for duplicates** | ||
|
||
> Have you checked for duplicate issue tickets? | ||
- Ex. Yes - I've already checked | ||
- Ex. No - I haven't checked | ||
|
||
**Alternatives considered** | ||
|
||
> Have you considered alternative solutions to your feature request? | ||
- Ex. Yes - and alternatives don't suffice | ||
- Ex. No - I haven't considered | ||
|
||
**Related problems** | ||
|
||
> 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 [...] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ install/logging/logstash-*.zip | |
/jacoco-reports | ||
/test-screenshots | ||
|
||
*.cnf | ||
*.cnf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [X.Y.Z](https://github.com/NASA-AMMOS/<repo_name>/releases/tag/X.Y.Z) - 2023-MM-DD | ||
|
||
### Added | ||
|
||
- | ||
|
Oops, something went wrong.