diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bd8a7199..af3353bf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: BUG REPORT about: Create a report to help us improve title: "[BUG] " labels: bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1fd9eb8d..c9baf05c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: FEATURE REQUEST about: Suggest an idea for this project title: "[FEATURE] " labels: enhancement diff --git a/.github/ISSUE_TEMPLATE/graph-add-template.md b/.github/ISSUE_TEMPLATE/graph-add-template.md index 520eb485..e2cd714b 100644 --- a/.github/ISSUE_TEMPLATE/graph-add-template.md +++ b/.github/ISSUE_TEMPLATE/graph-add-template.md @@ -1,5 +1,5 @@ --- -name: Graph add template +name: ADD NEW GRAPH about: Suggest new graph to this project title: "[NEW GRAPH] " labels: new graph diff --git a/README.rst b/README.rst index 5f22dd08..28410c03 100644 --- a/README.rst +++ b/README.rst @@ -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" `_. +Just create + +- an ``Issue`` corresponding to the `"Issue template for adding a new graph" `_. +- a ``Pull Request`` corresponding to the `"Pull request template for adding a new graph" `_.