From a3ca6675825b4b4a7ec26896f6e1e5498d55d798 Mon Sep 17 00:00:00 2001 From: Vadim Date: Tue, 9 Nov 2021 15:55:44 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=9A=80=20=E2=9C=A8=20[Project?= =?UTF-8?q?]=20Add=20issue's=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++ .github/ISSUE_TEMPLATE/graph-add-template.md | 41 ++++++++++++++++++++ 3 files changed, 94 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/graph-add-template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..bd8a7199 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: bug +assignees: vdshk + +--- + +**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. + +**Desktop (please complete the following information):** + - OS: `[e.g. Ubuntu 20.04]` + - CFPQ_Data: `[e.g. 22]` + - Python: `[e.g. 3.8]` + - Other important stuff versions + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..1fd9eb8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE] " +labels: enhancement +assignees: vdshk + +--- + +**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. diff --git a/.github/ISSUE_TEMPLATE/graph-add-template.md b/.github/ISSUE_TEMPLATE/graph-add-template.md new file mode 100644 index 00000000..520eb485 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/graph-add-template.md @@ -0,0 +1,41 @@ +--- +name: Graph add template +about: Suggest new graph to this project +title: "[NEW GRAPH] " +labels: new graph +assignees: vdshk + +--- + + + +## Info +| | | +|---|---| +| Full Name | ```` | +| Version | ```` | +| Origin | [link](````) | + +## CSV File Structure + +| Column Number | Column Type | Column Description | +|:---:|:---:|---| +| 1 | int | The tail of the edge | +| 2 | int | The head of the edge | +| 3 | str | The label of the edge | + +## Graph Statistics +| Num Nodes | Num Edges | +|:---:|:---:| +| ```` | ```` | + +## Edges Statistics +| Edge Label | Num Edge Label | +|---:|---:| +| ```` | ```` | + +## Canonical grammars + + + +