Skip to content

Commit e117d3b

Browse files
committed
chore(deps): bump setuptools from 69.0.2 to 80.9.0 (#1210)
1 parent 700c0e6 commit e117d3b

File tree

5 files changed

+92
-9
lines changed

5 files changed

+92
-9
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Unexpected or broken behavior of scw 🤔
4+
labels: bug
5+
---
6+
7+
<!--- Please keep this note for the community --->
8+
9+
### Community Note
10+
11+
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
12+
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
13+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
14+
15+
<!--- Thank you for keeping this note for the community --->
16+
17+
## Command attempted
18+
19+
<!-- e.g. `scw instance server create` -->
20+
21+
### Expected Behavior
22+
23+
<!--- What should have happened? --->
24+
25+
### Actual Behavior
26+
27+
<!--- What actually happened? --->
28+
29+
## More info
30+
31+
<!-- output of `scw version`, your OS version, steps to reproduce, etc. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Scaleway Community
4+
url: https://slack.scaleway.com
5+
about: GitHub issues in this repository are only intended for bug reports and feature requests. Other issues will be closed. Please ask questions on the Scaleway Community Slack (#opensource)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: 🚀 Feature request
3+
about: I have a suggestion (and might want to implement it myself 🙂)!
4+
labels: enhancement
5+
---
6+
7+
<!--- Please keep this note for the community --->
8+
9+
### Community Note
10+
11+
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
12+
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
13+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
14+
15+
<!--- Thank you for keeping this note for the community --->
16+
17+
### Description
18+
19+
<!-- describe the problem that you think our CLI might help you with -->
20+
21+
### How I imagine scw could expose this functionality
22+
23+
<!-- e.g. `scw namespace resource verb --some-flags` -->
24+
25+
### References

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Community Note
2+
3+
* Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request.
4+
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request
5+
6+
<!--- Thank you for keeping this note for the community --->
7+
8+
<!--- If your PR fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Relates --->
9+
Relates OR Closes #0000
10+
11+
Release note for [CHANGELOG](https://github.com/scaleway/scaleway-cli/blob/master/CHANGELOG.md):
12+
<!--
13+
If the change is not user facing, just write "NONE" in the release-note block below.
14+
-->
15+
16+
```release-note
17+
18+
```

docs/poetry.lock

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)