Skip to content

Commit 9aea755

Browse files
Add contribution guidelines
1 parent 13f1242 commit 9aea755

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Context
2+
3+
This action is built as a composite action, for more details kindly refer
4+
- https://docs.github.com/en/actions/creating-actions/creating-a-composite-action
5+
6+
## Code setup
7+
8+
- The code is primarily bash scripts, hence feel free to look into scripts and hack away!
9+
10+
## Adding support for new python versions
11+
12+
- The exact python version to install is actually resolved in [find-exact-python-version.sh](./find-exact-python-version.sh) shell script. Kindly add it there.
13+
- Add test cases to [test workflow](./.github/workflows/test.yml) when necessary.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# setup-python-amazon-linux
22

3+
[![build-test](https://github.com/kishaningithub/setup-python-amazon-linux/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/kishaningithub/setup-python-amazon-linux/actions/workflows/test.yml)
4+
35
Github action to install python in all flavours of amazon linux. The goal of this action is to be a drop in replacement
46
for the github's official [setup-python action](https://github.com/actions/setup-python) to the maximum extent possible.
57

@@ -42,3 +44,7 @@ steps:
4244
```
4345
4446
For more options to the action, kindly refer [action.yml](./action.yml)
47+
48+
## Contributing
49+
50+
Contributions are most welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md)

0 commit comments

Comments
 (0)