Skip to content

Commit 75e80b3

Browse files
committed
✨ πŸš€ ✨ [Docs] Update README
1 parent a3ca667 commit 75e80b3

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

β€Ž.github/ISSUE_TEMPLATE/bug_report.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Bug report
2+
name: BUG REPORT
33
about: Create a report to help us improve
44
title: "[BUG] <Bug brief description>"
55
labels: bug

β€Ž.github/ISSUE_TEMPLATE/feature_request.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Feature request
2+
name: FEATURE REQUEST
33
about: Suggest an idea for this project
44
title: "[FEATURE] <Feature brief description>"
55
labels: enhancement

β€Ž.github/ISSUE_TEMPLATE/graph-add-template.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Graph add template
2+
name: ADD NEW GRAPH
33
about: Suggest new graph to this project
44
title: "[NEW GRAPH] <Graph brief description>"
55
labels: new graph

β€ŽREADME.rstβ€Ž

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ Load graph from Dataset
4848
4949
>>> bzip_path = cfpq_data.download("bzip")
5050
>>> bzip = cfpq_data.graph_from_csv(bzip_path)
51-
51+
5252
How to add a new graph?
5353
***********************
5454

55-
Just create a PR (Pull Request) corresponding to the `"Template for adding a new graph" <https://github.com/JetBrains-Research/CFPQ_Data/blob/master/.github/PULL_REQUEST_TEMPLATE/new_graph.md>`_.
55+
Just create
56+
57+
- an ``Issue`` corresponding to the `"Issue template for adding a new graph" <https://github.com/JetBrains-Research/CFPQ_Data/blob/master/.github/ISSUE_TEMPLATE/graph-add-template.md>`_.
58+
- a ``Pull Request`` corresponding to the `"Pull request template for adding a new graph" <https://github.com/JetBrains-Research/CFPQ_Data/blob/master/.github/PULL_REQUEST_TEMPLATE/new_graph.md>`_.

0 commit comments

Comments
Β (0)