Skip to content

Commit 279898b

Browse files
remicalixtehush-hush
authored andcommitted
Add github templates
1 parent 1b6a6c2 commit 279898b

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**Describe what happened:**
2+
3+
4+
**Describe what you expected:**
5+
6+
7+
**Steps to reproduce the issue:**
8+
9+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### What does this PR do?
2+
3+
A brief description of the change being made with this pull request.
4+
5+
### Motivation
6+
7+
What inspired you to submit this pull request?
8+
9+
### Additional Notes
10+
11+
Anything else we should know when reviewing?
12+

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing
2+
3+
Please, open issues and submit PRs on https://github.com/DataDog/go-python3 using the provided templates.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ This package provides a ``go`` package named "python" under which most of the
88
exposed. Theoretically, you should be able use https://docs.python.org/3/c-api
99
and know what to type in your ``go`` program.
1010

11+
Currently supports python-3.7+
12+
13+
14+
Install
15+
-------
16+
17+
Simply `go get github.com/DataDog/go-python3`
18+
19+
20+
Build
21+
-----
22+
23+
We will need `pkg-config` and a working `python3` environment to build these bindings. By default `pkg-config` will look at the `python3` library so if you want to choose a specific version just symlink `python-X.Y.pc` to `python3.pc` or use the `PKG_CONFIG_PATH` environment variable.
24+
1125
API
1226
---
1327

0 commit comments

Comments
 (0)