diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index bc3cde3d0ecac3f65074651c653cafc576217306..18f929f2ffc04c71c07a92a5f65f4dee27a4eed1 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -1,22 +1,20 @@ +## Environment +``` +(Please open `Help->About Alchemy` and click Copy to Clipboard then paste the About information here.) +``` + ## Summary -(Summarize the bug encountered concisely) +(Summarize the bug encountered concisely.) ## Steps to reproduce (How one can reproduce the issue - this is very important) ## What is the expected correct behavior? -(What you should see instead) +(What you should see or what should happen instead) -## Environment +## Relevant logs and/or screenshots ``` - -(Please open `Help->About Alchemy` and click Copy to Clipboard then paste its contents here) - - +(Attach or paste any relevant logs) ``` -## Relevant logs and/or screenshots -(Attach or paste any relevant logs - please use code blocks (```) to format console output, -logs, and code as it's very hard to read otherwise.) - /label ~Type::Bug ~Status::Awaiting-Investigation diff --git a/.gitlab/issue_templates/Improvement.md b/.gitlab/issue_templates/Improvement.md new file mode 100644 index 0000000000000000000000000000000000000000..25d9fd68a57bb06142fd09048828da93bea8f011 --- /dev/null +++ b/.gitlab/issue_templates/Improvement.md @@ -0,0 +1,10 @@ +## Summary +(Summarize the requested improvement concisely.) + +## Why is this improvement important to you? How would it benefit the community? +(Provide reasoning as to why the improvement is important to you, and ways it could benefit the larger Alchemy Viewer community.) + +## Screenshots, Mockups, etc +(Attach or paste any relevant screenshots or mockups.) + +/label ~Type::Improvement ~Status::Awaiting-Investigation \ No newline at end of file diff --git a/.gitlab/issue_templates/New Feature.md b/.gitlab/issue_templates/New Feature.md deleted file mode 100644 index 726ccd99ef908baba5b8337633649512461be0d8..0000000000000000000000000000000000000000 --- a/.gitlab/issue_templates/New Feature.md +++ /dev/null @@ -1,13 +0,0 @@ -## Summary -(Summarize the requested feature concisely.) - -## How would you like the feature to work? -(Describe how the feature should function in as much detail as possible.) - -## Why is this feature important to you? How would it benefit the community? -(Provide reasoning as to why the feature is important to you, and ways it could benefit the larger Alchemy Viewer community.) - -## Screenshots, Mockups, etc -(Attach or paste any relevant screenshots or mockups.) - -/label ~Type::New Feature ~Status::Awaiting-Investigation \ No newline at end of file diff --git a/README.md b/README.md index 749345ab58722b59cf5626aee200796e10eb3f51..d0792530da482d1563ea61a754f98f60574adfc5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,5 @@ ## Resources * [Alchemy Website](http://www.alchemyviewer.org) -* [Downloads](https://alchemyviewer.org/pages/downloads.html) -* [Issue Tracker](https://git.alchemyviewer.org/alchemy/alchemy/issues) -* [Wiki](https://git.alchemyviewer.org/alchemy/alchemy/wikis/home) +* [Downloads](https://alchemyviewer.org/downloads) +* [Issue Tracker](https://git.alchemyviewer.org/alchemy/viewer/issues)