Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAustin/website-v2-vercel/099/Docs_for_contributors #99

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Open Austin repo
# Open Austin repo

V2 of the Open Austin website

Expand All @@ -14,4 +14,8 @@ To learn about Open Austin and how to find us, visit [open-austin.org](open-aus

### How to use this repository and install the framework on your local machine

Please see the [How to use](./how_to_use.md) file for details
Please see the [How to use](./how_to_use.md) file for details

### How to contribute to this repository

Please read the [Contributing doc](./docs/contributing_template.md) file for details
33 changes: 33 additions & 0 deletions docs/contributing_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Contributing:

Please follow the issue template guideline before commiting and new pull requests

## Guidelines:

1. Fork the repository and set the main repository as the upstream remote

'''git remote add upstream git@github.com:open-austin/website-v2-vercel.git'''

2. Make a new branch with the new PR following these naming conventions:

'''
Open-Austin/website-v2-vercel/Issue-number/name-of-issue-or-PR
'''

3. Run tests to ensure that nothing has broken with the new upcoming PR

4. Push to the master branch and wait for a review


## Making a contribution to the repo

More info coming soon

## Making a new issue regarding the repo

More info coming soon


## Making a new feature request

More info coming soon
35 changes: 35 additions & 0 deletions docs/issues_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# List of changes made:

-
-
-

# Type of Issue:

- New feature request
- Bug report-Major
- Bug report-Medium
- Bug report-Small

# Recent issue description



# Possible solution:



# Step by step guide for recent PR:

1.
2.
3.



# Context of current issue:
---

# Your current work environment:


24 changes: 24 additions & 0 deletions docs/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# List of changes made:

-
-
-

# Type of PR

- New feature
- Code cleaning
- New documentation
- Bug fix (Major, Medium, Minor)
- Tests (Manual and automatic)

## PR description

- [] Recent PR does not interfere with app functionality
- [] Recent PR does not fail any tests


<!---
Example:
Fix|Update for Open-Austin/website-v2-vercel/PR-Number/name_of_fix
--->