-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcc246c
commit 2d72876
Showing
3 changed files
with
32 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Add or request example of code | ||
about: Suggest an example idea for this project | ||
title: '' | ||
labels: documentation, enhancement, good first issue | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the `multipers` application that you'd like.** | ||
I am currently working on [...] and this example is not treated in the example zoo of `multipers`. | ||
|
||
**Link to code and dataset** | ||
Resources to run the code (if you have working code). | ||
If the example is not too long, you can give it inline, | ||
but the preferred way is attaching files. | ||
```python | ||
import multipers as mp | ||
[...] | ||
``` | ||
|
||
**Checks.** | ||
- [ ] I have checked that this example does not exist in the example zoo of the documentation | ||
- [ ] I am willing to do give a working (Thank you!) by providing a python notebook of this example, and/or do a pull request. |
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