Skip to content

Commit e19e778

Browse files
authored
Merge pull request #2 from prodigyeducation/fix/CONTRIBUTING
Link to new public repository on contributing guidelines
2 parents b35f5e6 + 8806d52 commit e19e778

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/CONTRIBUTING.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ The goal of this document is to hopefully fill in any gaps in knowledge for how
66

77
# Table of Contents
88

9-
- [Introduction](#introduction)
10-
- [Table of Contents](#table-of-contents)
11-
- [Getting started](#getting-started)
12-
- [Testing](#testing)
13-
- [How to submit changes](#how-to-submit-changes)
14-
- [How to report a bug](#how-to-report-a-bug)
15-
- [How to request an enhancement](#how-to-request-an-enhancement)
16-
- [Style Guide](#style-guide)
17-
- [Code of Conduct](#code-of-conduct)
18-
- [Where can I ask for help?](#where-can-i-ask-for-help)
9+
- [Introduction](#introduction)
10+
- [Table of Contents](#table-of-contents)
11+
- [Getting started](#getting-started)
12+
- [Testing](#testing)
13+
- [How to submit changes](#how-to-submit-changes)
14+
- [How to report a bug](#how-to-report-a-bug)
15+
- [How to request an enhancement](#how-to-request-an-enhancement)
16+
- [Style Guide](#style-guide)
17+
- [Code of Conduct](#code-of-conduct)
18+
- [Where can I ask for help?](#where-can-i-ask-for-help)
1919

2020
# Getting started
2121

2222
First thing you'll need to do is clone the project.
2323

2424
```bash
25-
git clone git@github.com:SMARTeacher/python-graphql-client.git
25+
git clone git@github.com:prodigyeducation/python-graphql-client.git
2626
```
2727

2828
After that you'll need to install the required python dependencies as well as development dependencies for linting the project.
@@ -53,13 +53,13 @@ make tests
5353

5454
# How to report a bug
5555

56-
1. Do a scan of the [issues](https://github.com/SMARTeacher/python-graphql-client/issues) on the github repository to see if someone else has already opened an issue similar to yours.
56+
1. Do a scan of the [issues](https://github.com/prodigyeducation/python-graphql-client/issues) on the github repository to see if someone else has already opened an issue similar to yours.
5757
2. Create an issue on github using the `Bug report` template.
5858
3. Fill out the issue template with relevant details.
5959

6060
# How to request an enhancement
6161

62-
1. Do a scan of the [issues](https://github.com/SMARTeacher/python-graphql-client/issues) on the github repository to see if someone else has already opened an issue similar to yours.
62+
1. Do a scan of the [issues](https://github.com/prodigyeducation/python-graphql-client/issues) on the github repository to see if someone else has already opened an issue similar to yours.
6363
2. Create an issue on github using the `Feature request` template.
6464
3. Fill out the issue template with relevant details.
6565

@@ -73,4 +73,4 @@ Take a peek at the [Code of Conduct](CODE_OF_CONDUCT.md) document for more infor
7373

7474
# Where can I ask for help?
7575

76-
This project is pretty new, so for now feel free to add an issue into the project. Otherwise you can always email us at opensource@prodigygame.com for questions. Maybe one day we'll create a slack group for this project.
76+
This project is pretty new, so for now feel free to add an issue into the project. Otherwise you can always email us at opensource@prodigygame.com for questions. Maybe one day we'll create a slack group for this project.

0 commit comments

Comments
 (0)