-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add community engagement links (#468)
- Loading branch information
1 parent
4aff9d7
commit 06a943b
Showing
10 changed files
with
151 additions
and
54 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,30 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: Add a brief title for your report here | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Platform details** | ||
Include any relevant details like OS, browser, versions, etc. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: Add a concise title for your request | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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,12 @@ | ||
--- | ||
name: Question | ||
about: Ask the SSVC team a question | ||
title: Add a concise title for your question | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
_Note:_ Questions for the SSVC team can be asked here in the form of an issue. More general questions directed at the SSVC user community | ||
might be a better fit in the [Q&A](https://github.com/CERTCC/SSVC/discussions/categories/q-a) category of our | ||
[Discussions](https://github.com/CERTCC/SSVC/discussions) area. |
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,57 @@ | ||
# How Can I Engage with the SSVC Community? | ||
|
||
We welcome your feedback and contributions to SSVC. Here are some ways you can get involved: | ||
|
||
<div class="grid cards" markdown> | ||
|
||
- :material-message-question: _Ask a question_ | ||
|
||
--- | ||
|
||
If you have a specific question for the SSVC team, please feel free to | ||
[Ask a Question](https://github.com/CERTCC/SSVC/issues/new?template=question.md). | ||
|
||
Questions of more general interest to the community of SSVC users might fit better in the | ||
[Q&A](https://github.com/CERTCC/SSVC/discussions/categories/q-a) section of the | ||
[Discussion](https://github.com/CERTCC/SSVC/discussions) area. | ||
|
||
- :fontawesome-solid-bug: _Report a problem_ | ||
|
||
--- | ||
|
||
If you find a problem with the SSVC documentation, the methodology, or accompanying code, we | ||
welcome your [Bug Reports](https://github.com/CERTCC/SSVC/issues/new?template=bug_report.md) | ||
|
||
- :material-lightbulb-on: _Suggest an improvement_ | ||
|
||
--- | ||
Got an idea for how to make SSVC better? We'd love to hear it! Please submit your | ||
[Feature Requests](https://github.com/CERTCC/SSVC/issues/new?template=feature_request.md) | ||
|
||
- :fontawesome-regular-comments: _Join the conversation_ | ||
|
||
--- | ||
|
||
More in-depth conversations that might not be actionable as issues are found in the | ||
[Discussions](https://github.com/CERTCC/SSVC/discussions) area. | ||
|
||
- :material-binoculars: _See what we're working on_ | ||
|
||
--- | ||
|
||
We manage the SSVC development effort via Github [Issues](https://github.com/CERTCC/SSVC/issues) and | ||
[Pull Requests](https://github.com/CERTCC/SSVC/pulls). | ||
Drop by and see what we're working on, or leave a comment to let us know what you're interested in. | ||
|
||
- :material-hub: _Get more involved_ | ||
|
||
--- | ||
|
||
Want more information about engaging as a collaborator? Check out the [SSVC Project Wiki](https://github.com/CERTCC/SSVC/wiki) | ||
|
||
</div> | ||
|
||
|
||
!!! tip "Footer Icons" | ||
|
||
The icons in the footer of each page also provide links to engage with the SSVC community. |
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,4 +1,3 @@ | ||
|
||
# Contact Us | ||
|
||
Software Engineering Institute | ||
|
@@ -7,3 +6,5 @@ Software Engineering Institute | |
**Phone**: 412.268.5800 | 888.201.4479 | ||
**Web**: [www.sei.cmu.edu](http://www.sei.cmu.edu) | ||
**Email**: [[email protected]](mailto:[email protected]) | ||
|
||
{% include-markdown "../_includes/helping_out.md" heading-offset=1 %} |
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 +1,3 @@ | ||
{% include-markdown "../_includes/helping_out.md" %} | ||
|
||
{% include-markdown "../../CONTRIBUTING.md" %} |
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