Skip to content

Commit

Permalink
Apply updated formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Stefanie Molin <24376333+stefmolin@users.noreply.github.com>
  • Loading branch information
stefmolin authored and godlygeek committed Apr 24, 2023
1 parent 10ecbb2 commit 71b9746
Show file tree
Hide file tree
Showing 29 changed files with 326 additions and 354 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 1.0.1
commit = True
message =
message =
Prepare for {new_version} release

See changelog for more details.

[bumpversion:file:src/pystack/_version.py]
18 changes: 9 additions & 9 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeComma
BreakInheritanceList: BeforeComma
BreakStringLiterals: true
ColumnLimit: 105
ColumnLimit: 105
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 0
ContinuationIndentWidth: 8
Cpp11BracedListStyle: true
DerivePointerAlignment: false
FixNamespaceComments: true
IncludeBlocks: Preserve
IncludeBlocks: Preserve
IncludeCategories:
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
Priority: 2
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
Priority: 3
- Regex: '.*'
Priority: 1
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
Priority: 2
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
Priority: 3
- Regex: ".*"
Priority: 1
IndentCaseLabels: true
IndentGotoLabels: false
IndentPPDirectives: AfterHash
Expand Down Expand Up @@ -87,7 +87,7 @@ SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 2
SpacesInAngles: false
SpacesInAngles: false
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
Expand Down
150 changes: 75 additions & 75 deletions .github/ISSUE_TEMPLATE/---bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,80 +2,80 @@ name: 🐞 Bug Report
description: If something isn't working as expected
labels: [bug]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: false
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: True
- type: input
id: pystack_version
attributes:
label: Pystack Version
description: What version of Pystack are you seeing the problem on?
placeholder: 1.3.0
validations:
required: true
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: false
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: True
- type: input
id: pystack_version
attributes:
label: Pystack Version
description: What version of Pystack are you seeing the problem on?
placeholder: 1.3.0
validations:
required: true
- type: dropdown
id: python_version
attributes:
label: Python Version
description: What version of Python are you running?
multiple: true
options:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
validations:
required: true
- type: dropdown
id: os
attributes:
label: Linux distribution
description: What distro are you seeing the problem on?
multiple: true
options:
- Debian
- Ubuntu
- Fedora
- Red Hat
- Arch Linux
- Alpine Linux
- Other
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
- type: dropdown
id: python_version
attributes:
label: Python Version
description: What version of Python are you running?
multiple: true
options:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
validations:
required: true
- type: dropdown
id: os
attributes:
label: Linux distribution
description: What distro are you seeing the problem on?
multiple: true
options:
- Debian
- Ubuntu
- Fedora
- Red Hat
- Arch Linux
- Alpine Linux
- Other
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
60 changes: 31 additions & 29 deletions .github/ISSUE_TEMPLATE/---feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,34 @@ description: Suggest an idea for this project
labels: [enhancement]

body:
- type: checkboxes
attributes:
label: Is there an existing proposal for this?
description: Please search to see if a proposal already exists for this feature.
options:
- label: I have searched the existing proposals
required: true
- type: textarea
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is
placeholder: |
I have an issue when [...]
validations:
required: True
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen. Add any considered drawbacks.
placeholder: |
I would love if PyStack could [...]
validations:
required: True
- type: textarea
attributes:
label: Alternatives you considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: False
- type: checkboxes
attributes:
label: Is there an existing proposal for this?
description: Please search to see if a proposal already exists for this feature.
options:
- label: I have searched the existing proposals
required: true
- type: textarea
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is
placeholder: |
I have an issue when [...]
validations:
required: True
- type: textarea
attributes:
label: Describe the solution you'd like
description:
A clear and concise description of what you want to happen. Add any considered drawbacks.
placeholder: |
I would love if PyStack could [...]
validations:
required: True
- type: textarea
attributes:
label: Alternatives you considered
description:
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: False

0 comments on commit 71b9746

Please sign in to comment.