Skip to content

Commit

Permalink
✨ 🚀 ✨ [Docs] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vadyushkins committed Nov 9, 2021
1 parent a3ca667 commit 75e80b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug report
name: BUG REPORT
about: Create a report to help us improve
title: "[BUG] <Bug brief description>"
labels: bug
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature request
name: FEATURE REQUEST
about: Suggest an idea for this project
title: "[FEATURE] <Feature brief description>"
labels: enhancement
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/graph-add-template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Graph add template
name: ADD NEW GRAPH
about: Suggest new graph to this project
title: "[NEW GRAPH] <Graph brief description>"
labels: new graph
Expand Down
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ Load graph from Dataset
>>> bzip_path = cfpq_data.download("bzip")
>>> bzip = cfpq_data.graph_from_csv(bzip_path)
How to add a new graph?
***********************

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>`_.
Just create

- 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>`_.
- 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 comments on commit 75e80b3

Please sign in to comment.