-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from LSSTDESC/copier-update-v0.3
Updated to copier template v0.3
- Loading branch information
Showing
12 changed files
with
81 additions
and
107 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,5 +1,5 @@ | ||
# Changes here will be overwritten by Copier | ||
_commit: da1cc49 | ||
_commit: v0.3 | ||
_src_path: gh:LSSTDESC/RAIL-project-template | ||
author_email: [email protected] | ||
author_name: LSST Dark Energy Science Collaboration (DESC) Photo-z WG | ||
|
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,8 @@ | ||
--- | ||
name: General issue | ||
about: Quickly create a general issue | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- |
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,17 @@ | ||
--- | ||
name: Bug report | ||
about: Tell us about a problem to fix | ||
title: 'Short description' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
**Bug report** | ||
|
||
|
||
**Before submitting** | ||
Please check the following: | ||
|
||
- [ ] I have described the situation in which the bug arose, including what code was executed, information about my environment, and any applicable data others will need to reproduce the problem. | ||
- [ ] I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a descriprion of what I expected instead. | ||
- [ ] If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list. |
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,18 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: 'Short description' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
** Feature request** | ||
|
||
|
||
**Before submitting** | ||
Please check the following: | ||
|
||
- [ ] I have described the purpose of the suggested change, specifying what I need the enhancement to accomplish, i.e. what problem it solves. | ||
- [ ] I have included any relevant links, screenshots, environment information, and data relevant to implementing the requested feature, as well as pseudocode for how I want to access the new functionality. | ||
- [ ] If I have ideas for how the new feature could be implemented, I have provided explanations and/or pseudocode and/or task lists for the steps. |
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,63 +1,8 @@ | ||
<!-- | ||
Thank you for your contribution to the repo :) | ||
Pull Request (PR) Instructions: | ||
Provide a general summary of your changes in the Title above. Fill out each section of the template, and replace the space with an `x` in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help! Once you are satisfied with the pull request, click the "Create pull request" button to submit it for review. | ||
Before submitting this PR, please ensure that your input and responses are entered in the designated space provided below each section to keep all project-related information organized and easily accessible. | ||
How to link to a PR: | ||
https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue | ||
--> | ||
|
||
## Change Description | ||
<!--- | ||
Describe your changes in detail. In your description, you should answer questions like "Why is this change required? What problem does it solve?". | ||
If it fixes an open issue, please link to the issue here. If this PR closes an issue, put the word 'closes' before the issue link to auto-close the issue when the PR is merged. | ||
--> | ||
- [ ] My PR includes a link to the issue that I am addressing | ||
|
||
|
||
|
||
## Solution Description | ||
<!-- Please explain the technical solution that I have provided and how it addresses the issue or feature being implemented --> | ||
|
||
## Problem & Solution Description (including issue #) | ||
|
||
|
||
## Code Quality | ||
- [ ] I have read the Contribution Guide | ||
- [ ] My code follows the code style of this project | ||
- [ ] My code builds (or compiles) cleanly without any errors or warnings | ||
- [ ] My code contains relevant comments and necessary documentation | ||
|
||
## Project-Specific Pull Request Checklists | ||
<!--- Please only use the checklist that apply to your change type(s) --> | ||
|
||
### Bug Fix Checklist | ||
- [ ] My fix includes a new test that breaks as a result of the bug (if possible) | ||
- [ ] My change includes a breaking change | ||
- [ ] My change includes backwards compatibility and deprecation warnings (if possible) | ||
|
||
### New Feature Checklist | ||
- [ ] I have added or updated the docstrings associated with my feature using the [NumPy docstring format](https://numpydoc.readthedocs.io/en/latest/format.html) | ||
- [ ] I have updated the tutorial to highlight my new feature (if appropriate) | ||
- [ ] I have added unit/End-to-End (E2E) test cases to cover my new feature | ||
- [ ] My change includes a breaking change | ||
- [ ] My change includes backwards compatibility and deprecation warnings (if possible) | ||
|
||
### Documentation Change Checklist | ||
- [ ] Any updated docstrings use the [NumPy docstring format](https://numpydoc.readthedocs.io/en/latest/format.html) | ||
|
||
### Build/CI Change Checklist | ||
- [ ] If required or optional dependencies have changed (including version numbers), I have updated the README to reflect this | ||
- [ ] If this is a new CI setup, I have added the associated badge to the README | ||
|
||
<!-- ### Version Change Checklist [For Future Use] --> | ||
|
||
### Other Change Checklist | ||
- [ ] Any new or updated docstrings use the [NumPy docstring format](https://numpydoc.readthedocs.io/en/latest/format.html). | ||
- [ ] I have updated the tutorial to highlight my new feature (if appropriate) | ||
- [ ] I have added unit/End-to-End (E2E) test cases to cover any changes | ||
- [ ] My change includes a breaking change | ||
- [ ] My change includes backwards compatibility and deprecation warnings (if possible) | ||
- [ ] My code follows [the code style of this project](https://rail-hub.readthedocs.io/en/latest/source/contributing.html#naming-conventions) | ||
- [ ] I have written unit tests or justified all instances of `#pragma: no cover`; in the case of a bugfix, a new test that breaks as a result of the bug has been added | ||
- [ ] My code contains relevant comments and necessary documentation for future maintainers; the change is reflected in applicable demos/tutorials (with output cleared!) and added/updated docstrings use the [NumPy docstring format](https://numpydoc.readthedocs.io/en/latest/format.html) | ||
- [ ] Any breaking changes, described above, are accompanied by backwards compatibility and deprecation warnings |
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 |
---|---|---|
|
@@ -4,6 +4,8 @@ on: | |
issues: | ||
types: | ||
- opened | ||
pull_request: | ||
types: [opened, reopened] | ||
|
||
jobs: | ||
add-to-project: | ||
|
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
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
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
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
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
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