Skip to content

Commit 8bf5eb3

Browse files
weekend
1 parent f1dadf4 commit 8bf5eb3

File tree

8 files changed

+63
-0
lines changed

8 files changed

+63
-0
lines changed

.github/FUNDING.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# These are supported funding model platforms
2+
3+
ko_fi: dudochkin
4+
liberapay: dudochkin
5+
open_collective: dudochkin
6+
custom: ["https://www.buymeacoffee.com/dudochkin", angular-rust.github.io]

.github/ISSUE_TEMPLATE/bug_report.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Bug report
3+
about: About unexpected behaviors
4+
title: "[BUG] "
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
Describe what is expected, what you actually get.
12+
It would be nice to have screenshot or result image uploaded
13+
14+
**To Reproduce**
15+
Some minimal reproduce code is highly recommended
16+
17+
**Version Information**
18+
Please give us what version you are using. If you are pulling `Plotters` directly from git repo, please mention this as well
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea to Plotter maintainers
4+
title: "[Feature Request]"
5+
labels: feature request
6+
assignees: ''
7+
8+
---
9+
10+
### What is the feature ?
11+
*Detailed feature descrption*
12+
13+
### (Optional) Why this feature is useful and how people would use the feature ?
14+
*Explain why this feature is important*
15+
16+
### (Optional) Additional Information
17+
*More details are appreciated:)*
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: General Questions
3+
about: Any other issues
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

CODE_OF_CONDUCT.md

Whitespace-only changes.

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributing to Angular Rust
2+
3+
Want to contribute to Angular Rust? There are a few things you need to know.
4+
5+
We wrote a **[contribution guide](https://angular-rust.github.io//contributing/how-to-contribute.html)** to help you get started.

SECURITY.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Reporting Security Issues
2+
3+
If you believe you have found a security vulnerability in Angular Rust, we encourage you to let us know right away. We will investigate all legitimate reports and do our best to quickly fix the problem.
4+
5+
Please refer to the following page for our responsible disclosure policy, reward guidelines, and those things that should not be reported:
6+
7+
https://angular-rust.github.io//whitehat

TODO.md

Whitespace-only changes.

0 commit comments

Comments
 (0)