diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 40e09e27..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Bug Report -about: Report a problem using F´ -title: '' -labels: bug -assignees: '' - ---- -| | | -|:---|:---| -|**_F´ Version_**| | -|**_Affected Component_**| | ---- -## Problem Description - -A description of the problem with sufficient detail to understand the issue. - -## How to Reproduce - -1. -2. -3. - -## Expected Behavior - -A description of the expected behavior. diff --git a/.github/ISSUE_TEMPLATE/do-not-use.md b/.github/ISSUE_TEMPLATE/do-not-use.md new file mode 100644 index 00000000..bea7e220 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/do-not-use.md @@ -0,0 +1,11 @@ +--- +name: Do not use +about: Please use https://github.com/nasa/fprime/issues instead +title: '' +labels: bug +assignees: '' + +--- +# Do not use + +Please do not use this form. Issues should be posted to https://github.com/nasa/fprime/issues/new/choose diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index e431666d..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Feature Request -about: Suggest improvements to F´ -title: '' -labels: enhancement -assignees: '' - ---- - -| | | -|:---|:---| -|**_F´ Version_**| | -|**_Affected Component_**| | ---- -## Feature Description - -A quick description of the requested feature. - -## Rationale - -A rationale for why the feature should be implemented in F´. diff --git a/README.md b/README.md index c890dd2e..5609b773 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A package containing tools to work with F´. Installation can be done using: pip install fprime-tools ``` +Issues for these tools should be reported here: [File an issue](https://github.com/nasa/fprime/issues/new/choose) See also: https://nasa.github.io/fprime to see the F´ framework. ## Developer Installation