Skip to content

Commit

Permalink
adding github workflow templates for better issues
Browse files Browse the repository at this point in the history
  • Loading branch information
momonga-ml committed Nov 11, 2023
1 parent 2786b0d commit 5f4b638
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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`).
-->
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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 -->
8 changes: 8 additions & 0 deletions .github/dependabot.yml
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

0 comments on commit 5f4b638

Please sign in to comment.