-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated workflows, templates, and core repository files to localize t…
…o this repository.
- Loading branch information
1 parent
c473d0e
commit 9762ba2
Showing
123 changed files
with
1,194 additions
and
2,493 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,9 @@ | ||
# To list all file extensions: | ||
# git ls-files | awk -F . {'print $NF'}|sort -u | ||
# | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# files that are binary | ||
*.png | ||
*.jpg |
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
|
||
name: Feature Request | ||
description: Suggest an idea for this project | ||
labels: ['User Story', 'enhancement'] | ||
body: | ||
- type: textarea | ||
id: story | ||
attributes: | ||
label: User Story | ||
description: Describe the feature from the user's perspective. | ||
placeholder: | | ||
As a {stakeholder}, I {provide a clear and concise description of what the problem is. Ex. I need to be able to ...} | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: goals | ||
attributes: | ||
label: Goals | ||
description: Describe what you want to happen. This should be outcome focused. Include descriptions of any alternative solutions or features you've considered. Feel free to include any screenshots or examples. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: dependencies | ||
attributes: | ||
label: Dependencies | ||
description: Describe any previous issues or related work that must be completed to start or complete this issue. | ||
- type: textarea | ||
id: acceptance_criteria | ||
attributes: | ||
label: Acceptance Criteria | ||
description: The items below are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved. | ||
value: | | ||
- [ ] All website and readme documentation affected by the changes in this issue have been updated. | ||
- [ ] A Pull Request (PR) is submitted that fully addresses the goals of this User Story. This issue is referenced in the PR. | ||
- [ ] The CI-CD build process runs without any reported errors on the PR. This can be confirmed by reviewing that all checks have passed in the PR. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: revisions | ||
attributes: | ||
label: Revisions | ||
description: If you are creating the issue, this field is not required. When working on the issue, this field is for assigned developers to flag any important changes made to the description, goals, or acceptance criteria needed to complete the work. |
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,44 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
labels: ['bug'] | ||
body: | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug-affecting-who | ||
attributes: | ||
label: Who is the bug affecting | ||
description: Describe the stakeholders affected by this bug | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug-replication | ||
attributes: | ||
label: How do we replicate this issue | ||
description: What are the steps to reproduce this behavior (use screenshots if applicable) | ||
placeholder: | | ||
1. Do this... | ||
2. Then this... | ||
3. See error... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug-solution | ||
attributes: | ||
label: Expected behavior (i.e. solution) | ||
description: A clear and concise description of what you expected to happen | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug-comments | ||
attributes: | ||
label: Other comments | ||
description: | | ||
Add any other context about the problem here. | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# OSCAL GitHub Issue Template Files | ||
# GitHub Issue Template Files | ||
|
||
This directory contains templates for creating new project issues in GitHub. The structure and contents of the directory are as follows: | ||
|
||
* [bug_report.md](bug_report.md): This file contains a template for creating a new issue in GitHub to report a bug. | ||
* [question.md](question.md): This file contains a template for creating a new issue in GitHub containing a general question about the project. | ||
* [feature_request.md](feature_request.md): This file contains a template for creating a new issue in GitHub containing a user story. |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
blank_issues_enabled: false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.