forked from materialsproject/pymatgen
-
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 branch 'master' of https://github.com/rkingsbury/pymatgen
- Loading branch information
Showing
2,806 changed files
with
178,474 additions
and
277,164 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
name: Feature Request | ||
about: Propose a new idea for this project | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when (...) | ||
#### Problem | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
Briefly describe the problem you're experiencing. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
#### Proposed Solution | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
Detail the feature or solution you'd like to see implemented. | ||
|
||
#### Alternatives | ||
|
||
List any alternative solutions or features you've considered. | ||
|
||
#### Additional Info | ||
|
||
Provide any further context or relevant screenshots. |
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,34 +1,27 @@ | ||
## Summary | ||
|
||
Include a summary of major changes in bullet points: | ||
Major changes: | ||
|
||
- Feature 1 | ||
- Feature 2 | ||
- Fix 1 | ||
- Fix 2 | ||
- feature 1: ... | ||
- fix 1: ... | ||
|
||
## Todo (if any) | ||
## Todos | ||
|
||
If this is a work-in-progress, write something about what else needs to be done | ||
If this is work in progress, what else needs to be done? | ||
|
||
- Feature 1 supports A, but not B. | ||
- feature 2: ... | ||
- fix 2: | ||
|
||
## Checklist | ||
|
||
Work-in-progress pull requests are encouraged, but please put \[WIP\] in the pull request title. | ||
- [ ] Google format doc strings added. Check with `ruff`. | ||
- [ ] Type annotations included. Check with `mypy`. | ||
- [ ] Tests added for new features/fixes. | ||
- [ ] If applicable, new classes/functions/modules have [`duecredit`](https://github.com/duecredit/duecredit) `@due.dcite` decorators to reference relevant papers by DOI ([example](https://github.com/materialsproject/pymatgen/blob/91dbe6ee9ed01d781a9388bf147648e20c6d58e0/pymatgen/core/lattice.py#L1168-L1172)) | ||
|
||
Before a pull request can be merged, the following items must be checked: | ||
|
||
- [ ] Doc strings have been added in the [Google docstring format](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html). Run [pydocstyle](http://www.pydocstyle.org/en/2.1.1/index.html) on your code. | ||
- [ ] Type annotations are *highly* encouraged. Run [`mypy path/to/file.py`](https://github.com/python/mypy) to type check your code. | ||
- [ ] Tests have been added for any new functionality or bug fixes. | ||
- [ ] All linting and tests pass. | ||
|
||
Note that the CI system will run all the above checks. But it will be much more efficient if you already fix most errors prior to submitting the PR. We highly recommended installing `pre-commit` hooks. Simply Run | ||
Tip: Install `pre-commit` hooks to auto-check types and linting before every commit: | ||
|
||
```sh | ||
pip install -U pre-commit | ||
pre-commit install | ||
``` | ||
|
||
in the repo's root directory. Afterwards linters will run before every commit and abort if any issues pop up. |
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,11 +1,11 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: monthly | ||
# version: 2 | ||
# updates: | ||
# - package-ecosystem: github-actions | ||
# directory: / | ||
# schedule: | ||
# interval: monthly | ||
|
||
- package-ecosystem: pip | ||
directory: / | ||
schedule: | ||
interval: monthly | ||
# - package-ecosystem: pip | ||
# directory: / | ||
# schedule: | ||
# interval: monthly |
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
Oops, something went wrong.