File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : " [BUG] <Bug brief description>"
5+ labels : bug
6+ assignees : vdshk
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** To Reproduce**
14+ Steps to reproduce the behavior:
15+ 1 . Go to '...'
16+ 2 . Click on '....'
17+ 3 . Scroll down to '....'
18+ 4 . See error
19+
20+ ** Expected behavior**
21+ A clear and concise description of what you expected to happen.
22+
23+ ** Screenshots**
24+ If applicable, add screenshots to help explain your problem.
25+
26+ ** Desktop (please complete the following information):**
27+ - OS: ` [e.g. Ubuntu 20.04] `
28+ - CFPQ_Data: ` [e.g. 22] `
29+ - Python: ` [e.g. 3.8] `
30+ - Other important stuff versions
31+
32+ ** Additional context**
33+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : " [FEATURE] <Feature brief description>"
5+ labels : enhancement
6+ assignees : vdshk
7+
8+ ---
9+
10+ ** Is your feature request related to a problem? Please describe.**
11+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12+
13+ ** Describe the solution you'd like**
14+ A clear and concise description of what you want to happen.
15+
16+ ** Describe alternatives you've considered**
17+ A clear and concise description of any alternative solutions or features you've considered.
18+
19+ ** Additional context**
20+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Graph add template
3+ about : Suggest new graph to this project
4+ title : " [NEW GRAPH] <Graph brief description>"
5+ labels : new graph
6+ assignees : vdshk
7+
8+ ---
9+
10+ <!-- ⚠ To suggest a new graph, you must fill in all the fields in the triangle brackets(``<>``) ⚠ -->
11+
12+ ## Info
13+ | | |
14+ | ---| ---|
15+ | Full Name | `` <Specify the full name of the graph> `` |
16+ | Version | `` <Current version of CFPQ_Data> `` |
17+ | Origin | [ link] (`` <Link to download the graph> `` ) |
18+
19+ ## CSV File Structure
20+
21+ | Column Number | Column Type | Column Description |
22+ | :---:| :---:| ---|
23+ | 1 | int | The tail of the edge |
24+ | 2 | int | The head of the edge |
25+ | 3 | str | The label of the edge |
26+
27+ ## Graph Statistics
28+ | Num Nodes | Num Edges |
29+ | :---:| :---:|
30+ | `` <The number of nodes in the new graph> `` | `` <The number of edges in the new graph> `` |
31+
32+ ## Edges Statistics
33+ | Edge Label | Num Edge Label |
34+ | ---:| ---:|
35+ | `` <The type of the edge label of the new graph > `` | `` <The number of edges in the new graph of this type> `` |
36+
37+ ## Canonical grammars
38+
39+ <LaTeX format of grammar >
40+
41+ <Pyformlang CFG format of grammar >
You can’t perform that action at this time.
0 commit comments