-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub templates, code of conduct, security, and CONTRIBUTING.md
- Loading branch information
1 parent
a231eae
commit a89aecf
Showing
6 changed files
with
105 additions
and
3 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
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,16 @@ | ||
# Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
We as members, contributors, and leaders pledge to make participation and knowledge readily available to others. We inspire everyone to learn from one another, to share ideas, and help grow the community. | ||
|
||
## Our Standards | ||
|
||
* Focus on what is best to improve the project's codebase | ||
* Give constructive feedback | ||
* Be respectful towards one another | ||
* Feedback is welcome | ||
* Jokes are welcomed - _don't like it, rub dirt on it_ | ||
* _Keep political views out of code_ | ||
|
||
After all, we're all human.. _except for AI, that's just an algorithm_. |
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,35 @@ | ||
--- | ||
name: Issue | ||
about: Create a report to help us improve | ||
title: "[Issue] " | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
A clear and concise description of what the bug is and include samples (using code blocks) if applicable. | ||
|
||
## Environment | ||
* **OS:** _Windows 10, Ubuntu 22.04, etc._ | ||
* **Prism.Avalonia Version:** | ||
* **Avalonia Version:** | ||
|
||
## Severity (1-5) | ||
1=Low (_annoyance_), 5=High (_crashes visual studio_) | ||
|
||
## Steps To Reproduce | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
4. Error message '...' | ||
|
||
## Expected Behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
## Screenshots | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
## 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,9 @@ | ||
## Details | ||
|
||
_REMOVE ME: Descritpion of PR. If you don't provide a full description, we will cancel this PR._ | ||
|
||
## Linked To Issue/Feature | ||
|
||
* #XXXX - _issue/discussion_ | ||
|
||
_REMOVE ME: Remember to link to issue/discussion post number_ |
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,3 @@ | ||
# Security | ||
|
||
Report issues via the discussion boards |