-
Notifications
You must be signed in to change notification settings - Fork 466
Update README + Add Github Templates #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
f9fdb0f
:memo: add CHANGELOG
ajndkr 46efb67
:memo: update README
ajndkr 7f95401
:construction_worker: add github templates
ajndkr 11aa703
:pencil2: fix typo
ajndkr a039d9a
:fire: remove divider
ajndkr 16d7d40
:construction_worker: update issue templates
ajndkr 07f0d9d
:fire: remove empty fields from templates
ajndkr f8453c7
Merge branch 'main' into doc/update-readme
ajndkr e32a867
:memo: add stars badge
ajndkr f11e148
:bug: fix url
ajndkr d5765c2
Update .github/ISSUE_TEMPLATE/bug_report.md
giorgiop File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,14 @@ | ||
| --- | ||
| name: Ask a Question | ||
| about: Ask a question about using dot | ||
| title: '' | ||
| labels: question | ||
| assignees: '' | ||
ajndkr marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| --- | ||
|
|
||
| ## :question: Ask a Question: | ||
|
|
||
| ### Description: | ||
|
|
||
| <!-- A clear and concise description of your question. Ex. what is/how to [...] --> | ||
This file contains hidden or 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,22 @@ | ||
| --- | ||
| name: Bug Report | ||
| about: Report bugs to improve dot | ||
| title: '' | ||
| labels: bug | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| ## :bug: Bug Report | ||
|
|
||
| <!-- Note: Remove sections from the template that are not relevant to the issue. --> | ||
|
|
||
| ### Description: | ||
|
|
||
| #### Actual Behavior: | ||
|
|
||
| <!-- A clear and concise description of what the bug is. --> | ||
giorgiop marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| #### Expected Behavior: | ||
|
|
||
| <!-- A clear and concise description of what you expected to happen. --> | ||
This file contains hidden or 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,16 @@ | ||
| --- | ||
| name: Documentation | ||
| about: Report an issue related to dot documentation | ||
| title: '' | ||
| labels: documentation | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| ## :memo: Documentation | ||
|
|
||
| <!-- Note: Remove sections from the template that are not relevant to the issue. --> | ||
|
|
||
| ### Description: | ||
|
|
||
| <!-- A clear and concise description of what needs to be added, updated or removed from current documentation. --> |
This file contains hidden or 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,16 @@ | ||
| --- | ||
| name: Feature Request | ||
| about: Submit a feature request for dot | ||
| title: '' | ||
| labels: feature | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| ## :sparkles: Feature Request | ||
|
|
||
| <!-- Note: Remove sections from the template that are not relevant to the issue. --> | ||
|
|
||
| ### Description: | ||
|
|
||
| <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> |
This file contains hidden or 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,36 @@ | ||
| <!-- Is this pull request ready for review? (if not, please submit in draft mode) --> | ||
|
|
||
| ## Description | ||
|
|
||
| <!-- | ||
| Please include a summary of the change and which issue is fixed. | ||
| Please also include relevant motivation and context. | ||
| List any dependencies that are required for this change. | ||
| --> | ||
|
|
||
| <!-- remove if not applicable --> | ||
|
|
||
| Fixes #(issue-number) | ||
|
|
||
| ### Changelog: | ||
|
|
||
| <!-- | ||
| Add changes in a list and add issue number in brackets, if required. | ||
| Remove sections which are not applicable and remember to update CHANGELOG.md as well. | ||
| --> | ||
|
|
||
| #### Added: | ||
|
|
||
| - ... | ||
|
|
||
| #### Updated: | ||
|
|
||
| - ... | ||
|
|
||
| #### Fixed: | ||
|
|
||
| - ... | ||
|
|
||
| #### Removed: | ||
|
|
||
| - ... |
This file contains hidden or 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,31 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Added | ||
|
|
||
| - ... | ||
|
|
||
| ### Updated | ||
|
|
||
| - ... | ||
|
|
||
| ### Fixed | ||
|
|
||
| - ... | ||
|
|
||
| ### Removed | ||
|
|
||
| - ... | ||
|
|
||
| ## [1.0.0] - 2022-06-04 | ||
|
|
||
| - dot is open sourced | ||
|
|
||
| [Unreleased]: https://github.com/sensity-ai/dot/compare/1.0.0...HEAD | ||
| [1.0.0]: https://github.com/sensity-ai/dot/releases/tag/1.0.0 |
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.