Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .artifacts/docs/QUICKSTART.md

This file was deleted.

201 changes: 0 additions & 201 deletions .artifacts/license/APACHE.LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions .artifacts/license/MIT.LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/SCIP.md

This file was deleted.

24 changes: 13 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Bug report
about: Create a report to help us improve
assignees: [ FL03 ]
labels: [ bug ]
name: Bug report
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -24,15 +24,17 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
about: Create a report to help us improve
assignees: [ FL03 ]
labels: [ enhancement ]
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
title: 'Feature Request: '

---

Expand Down
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/tracking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
about: A template for creating issues dedicated to tracking other issues and pull requests
assignees: [FL03]
labels: [ 'tracking' ]
projects: [ '@scattered-systems/scsys:features' ]
name: Tracking Issue
title: 'Tracking Issue: '
---

_Describe the issue(s) or feature being tracked..._

## Issues

- []

## Pull Requests

- []

## Resources

_Include any relevant links or resources..._
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
interval: monthly
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
- package-ecosystem: cargo
directory: /scsys
schedule:
interval: weekly
- package-ecosystem: cargo
Expand All @@ -25,6 +29,6 @@ updates:
schedule:
interval: weekly
- package-ecosystem: cargo
directory: /scsys
directory: /utils
schedule:
interval: weekly
Loading