-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update contribution guidance, add git issue template
- Loading branch information
1 parent
95722dc
commit 477e911
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# Contributing | ||
When contributing to this repository, please first discuss the change you wish | ||
to make, added functionality you'd like to see, or bug you've found via raising a | ||
github issue or emailing [email protected]. | ||
to make, added functionality you'd like to see, or bug you've found via one | ||
of the following: | ||
- Raising a github issue using the issue template; | ||
- Emailing [email protected]; | ||
- Contacting the py-af-colours team on the data-vis govdatascience channel; | ||
- Using the Accessibility and Presentation/Dissemination of Statistics Basecamp groups. | ||
|
||
## Pull/merge request process | ||
1. Branch from the `main` branch. If you are implementing a feature name it | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Issue Template | ||
title: <Short title> | ||
author: <Full name> | ||
|
||
# Issue | ||
<Brief explanation of problem> | ||
|
||
# Proposed Change | ||
<If proposing new functionality; any ideas, suggestions, options, including links to guidance if relevant> | ||
|
||
# Type of Change Requested | ||
[ ] Bug fix | ||
[ ] New feature |