-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding github workflow templates for better issues
- Loading branch information
1 parent
2786b0d
commit 5f4b638
Showing
3 changed files
with
33 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!-- | ||
Thank you for taking the time to report an issue! We appreciate your usage. | ||
If you're filing a bug report, please consider including the following information: | ||
* A minimal code snippet that reproduces the bug. | ||
* The command you invoked (e.g., `DenseClus().fit(df)`), ideally including the `verbose=True` flag. | ||
* The current OS system and python versions. | ||
* The DenseClus version (`denseclus --version`). | ||
--> |
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,15 @@ | ||
<!-- | ||
Thank you for contributing to DenseClus! To help us out with reviewing, please consider the following: | ||
- Does this pull request include a summary of the change? (See below.) | ||
- Does this pull request include a descriptive title? | ||
- Does this pull request include references to any relevant issues? | ||
--> | ||
|
||
## Summary | ||
|
||
<!-- What's the purpose of the change? What does it do, and why? --> | ||
|
||
## Function | ||
|
||
<!-- How would it function --> |
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 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "monday" | ||
open-pull-requests-limit: 10 |