Skip to content
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

chore(ci): merge develop to main for preview release v0.0.1-preview.1 #140

Merged
merged 332 commits into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
332 commits
Select commit Hold shift + click to select a range
f74ecdf
chore: added customer 404 page
sliedig Aug 21, 2021
ec4e660
Merge pull request #24 from sliedig/develop
sliedig Aug 21, 2021
d9edb33
chore: updating doc build workflow
sliedig Aug 23, 2021
9f1634c
Added support for Source Generators (static)
t1agob Sep 14, 2021
19f7067
Merge pull request #1 from t1agob/sourcegenerators
t1agob Sep 16, 2021
1870215
dynamic namespace and class name in src generator
t1agob Sep 16, 2021
f4210c2
removed test console app
t1agob Sep 16, 2021
bedd44a
removed old metrics initialization from example
t1agob Sep 16, 2021
8ca3807
updated gitignore file
t1agob Sep 16, 2021
d45f509
updated gitignore
t1agob Sep 16, 2021
3b436ed
deleted temp generators project
t1agob Sep 16, 2021
10ebdf5
fixed issue on of old dependency on Metrics csproj
t1agob Sep 16, 2021
408bc45
Merge pull request #25 from t1agob/develop
sliedig Sep 22, 2021
47eeaa8
updated build action
t1agob Sep 22, 2021
8f8b9d4
enforced C# version 9 as default
t1agob Sep 22, 2021
0e5b480
updated generator from .net standard 2.0 to .net core 3.1
t1agob Sep 22, 2021
bca9a7b
Update AWS.Lambda.PowerTools.Metrics.csproj
t1agob Sep 22, 2021
39daa68
created metrics attribute instead of using source generator
t1agob Sep 22, 2021
96fe227
Update AWS.Lambda.PowerTools.Metrics.csproj
t1agob Sep 22, 2021
c9a0dcc
Added Microsoft.CodeAnalysis dependency
t1agob Sep 22, 2021
946b7bb
Update AWS.Lambda.PowerTools.Metrics.csproj
t1agob Sep 22, 2021
e8a7d08
Update AWS.Lambda.PowerTools.Metrics.csproj
t1agob Sep 22, 2021
8c54710
Update AWS.Lambda.PowerTools.Metrics.csproj
t1agob Sep 22, 2021
137f1fd
Update build.yml
t1agob Sep 22, 2021
bd16ef6
Update build.yml
t1agob Sep 22, 2021
0d817f6
Update AWS.Lambda.PowerTools.Metrics.csproj
t1agob Sep 22, 2021
5ec570b
Update AWS.Lambda.PowerTools.Metrics.csproj
t1agob Sep 22, 2021
6c2b195
Update AWS.Lambda.PowerTools.Metrics.csproj
t1agob Sep 22, 2021
3ef001e
Update AWS.Lambda.PowerTools.Metrics.csproj
t1agob Sep 22, 2021
0c14c4a
updated build dotnet cli version to dotnet5
t1agob Sep 22, 2021
231e673
fixed tests that were failing
t1agob Sep 22, 2021
bcdb8df
Update build.yml
t1agob Sep 22, 2021
23f7a85
[fix] Fixing build issue #26 (#27)
t1agob Sep 22, 2021
a4dbf78
Merge branch 'awslabs:develop' into develop
t1agob Nov 12, 2021
08c5c34
updated metrics namespace and remove source generators
t1agob Nov 23, 2021
7a96c73
Merge branch 'develop' of https://github.com/t1agob/aws-lambda-powert…
t1agob Nov 23, 2021
76c4b69
added support for default dimensions
t1agob Nov 24, 2021
99fe98f
fixed issue with default dimensions when flushing data
t1agob Nov 24, 2021
bccf25e
add code coverage support
t1agob Nov 24, 2021
1f68f08
code coverage configuration
t1agob Nov 24, 2021
46cfb1b
added code coverage badge to README
t1agob Nov 24, 2021
457eb3f
added unit tests
t1agob Nov 24, 2021
6ec9e33
added more tests
t1agob Nov 24, 2021
8d2db20
amirkaws/tracing 1 (#28)
amirkaws Dec 2, 2021
a655112
Merge branch 'develop' into develop
t1agob Dec 2, 2021
fcdfd9c
Merge pull request #2 from awslabs/develop
t1agob Dec 2, 2021
ef1ac63
Update build.yml
t1agob Dec 6, 2021
6a58d88
chore(deps): bump mkdocs from 1.2.2 to 1.2.3 (#29)
dependabot[bot] Dec 6, 2021
d729217
Amirkaws/tracing 3 (#30)
amirkaws Dec 6, 2021
37d25cb
Merge branch 'awslabs:develop' into develop
t1agob Dec 6, 2021
43cfafb
Updated Metrics implementation and tests with AspectInjector
t1agob Dec 7, 2021
bcffd35
Merge pull request #31 from t1agob/develop
sliedig Dec 8, 2021
763c6a7
improve metrics code
amirkaws Dec 8, 2021
9878542
revert changes for the set namespaces
amirkaws Dec 8, 2021
e840751
Merge pull request #32 from awslabs/amirkaws/metrics-1
sliedig Dec 9, 2021
667158d
Removed Newtonsoft package. Added metrics, metadata and dimension nul…
t1agob Dec 9, 2021
e626da1
Amirkaws/logging 1 (#43)
amirkaws Dec 9, 2021
1cf3b38
Comments added to Metrics methods for better developer experience (#44)
t1agob Dec 9, 2021
2650d7c
Metrics context initialization refactoring (#45)
t1agob Dec 9, 2021
6f63da7
Amirkaws/tracing 4 (#46)
amirkaws Dec 12, 2021
e96520e
Apply Tracing docs fixes (#47)
t1agob Dec 12, 2021
c9f19b3
Fixed build badge
t1agob Dec 13, 2021
a8c0016
Added metrics documentation and fixed discrepancies to other runtimes…
t1agob Dec 13, 2021
d04ae1b
moved aspnet projects to separate branch for later (#49)
t1agob Dec 14, 2021
22e4283
Tiagobar/documentation work (#50)
t1agob Dec 14, 2021
ad648fc
tiagobar/adding-docker-support-for-dotnet6-before-runtime-launch (#51)
t1agob Dec 14, 2021
df37a51
Amirkaws/logging 2 (#52)
amirkaws Dec 14, 2021
e428faa
fix blank target blank (#53)
amirkaws Dec 17, 2021
a9e3f8f
fix logging & tracing links (#54)
amirkaws Dec 17, 2021
08e2c34
Amirkaws/logging 4 (#55)
amirkaws Dec 19, 2021
f5ec513
chore: updating type documentation and file headers (#56)
sliedig Jan 8, 2022
c53eca8
feat: added package README files for core utilities
sliedig Jan 9, 2022
4946378
feat: updated project packaging properties
sliedig Jan 9, 2022
dfea5f0
fix: added missing include to pack README files
sliedig Jan 9, 2022
7164780
fix: replaced PackageIconUrl which is being depreciated with PackageIcon
sliedig Jan 10, 2022
5743c7d
chore: moved solution file into libraries. Need a separate solution f…
sliedig Jan 10, 2022
9976cb7
feat: added build tools to generate nuget packages
sliedig Jan 10, 2022
45d93a4
chor: new solution file for libraries
sliedig Jan 10, 2022
19ddb19
Added AWS.Lambda.Powertools.Examples solution file
sliedig Jan 10, 2022
9a12c81
Merge pull request #58 from sliedig/sliedig/nuget
sliedig Jan 10, 2022
4adc569
chore: set global .net version
sliedig Jan 10, 2022
2d9a408
fix: fixed build
sliedig Jan 10, 2022
e58ab5d
chore: migrated AWS.Lambda.PowerTools to AWS.Lambda.PowerTools.Common
sliedig Jan 10, 2022
b915ba8
Merge pull request #59 from sliedig/develop
sliedig Jan 10, 2022
bad8aef
Update build.yml
sliedig Jan 10, 2022
6ce37e0
chore: refctored PowerTools to Powertools
sliedig Jan 10, 2022
0d5d418
fix: forcing rename
sliedig Jan 10, 2022
4a367c9
fix: force directy rename
sliedig Jan 10, 2022
81ad908
Merge pull request #66 from sliedig/develop
sliedig Jan 10, 2022
a7023ff
rename PowerTools to Powertools (#67)
amirkaws Jan 10, 2022
37bf185
fix : Remove lambda core dependency (#69)
amirkaws Jan 12, 2022
02def97
fix docker build error (#71)
amirkaws Jan 17, 2022
9a3d5c3
adding workflow for PR naming enforcement (#72)
t1agob Jan 18, 2022
3370b57
ci: adding project maintenance workflows (#73)
t1agob Jan 18, 2022
fa7043c
disable tracing outside of lambda environment
amirkaws Jan 31, 2022
3d4276f
make tracing disable variable static
amirkaws Jan 31, 2022
d040ee6
remove .aws-sam folder
amirkaws Jan 31, 2022
996d4b6
improve static variable check
amirkaws Jan 31, 2022
df8092f
add method documentation
amirkaws Jan 31, 2022
c20b394
Merge pull request #74 from awslabs/amirkaws/disable-tracing-outside-…
sliedig Feb 2, 2022
04f24c0
test: Adding unit tests to enforce non-negative metrics (#76)
t1agob Feb 8, 2022
d351f1a
adding README to metrics package (#75)
t1agob Feb 8, 2022
bdbc053
adding Norm's recommendations (#77)
t1agob Feb 8, 2022
7af72eb
cleanup (#78)
amirkaws Feb 8, 2022
b20862d
docs: API docs generation (#79)
t1agob Feb 10, 2022
de16cd8
docs: update github actions to publish api docs (#80)
t1agob Feb 10, 2022
42f6e6c
docs: fix api docs generator installation (#81)
t1agob Feb 10, 2022
fa45eb0
docs: fix docfx path (#82)
t1agob Feb 10, 2022
caaefe2
docs: fixing docfx path (#83)
t1agob Feb 10, 2022
fde3c60
docs: merging api generation tasks (#84)
t1agob Feb 10, 2022
e157eb5
docs: homebrew installation (#85)
t1agob Feb 10, 2022
bf0a72f
docs: alternative brew installation (#86)
t1agob Feb 10, 2022
5c7b73b
docs: adding auto-generated API Reference to docs (#87)
t1agob Feb 11, 2022
01be0c9
adding new template and update logo on apidocs
t1agob Feb 14, 2022
5e1d507
added footer to api docs
t1agob Feb 14, 2022
25edfe1
updated landing page for api docs
t1agob Feb 14, 2022
fad9c2d
Merge pull request #89 from awslabs/api-docs-template
sliedig Feb 15, 2022
a5891c1
fix: proj references
sliedig Feb 15, 2022
59dce87
Merge pull request #90 from sliedig/develop
sliedig Feb 15, 2022
15afc2f
fix: fixed powertolls spelling in docs
sliedig Feb 16, 2022
bbd830c
feat: added serialisation options to force dictionary keys to camel case
sliedig Feb 16, 2022
9b0717b
Added support for configurable log output casing
t1agob Feb 17, 2022
b2c00db
Updated XRayTraceId constant value
t1agob Feb 17, 2022
9d1465c
adding information about POWERTOOLS_LOGGER_CASE
t1agob Feb 17, 2022
d753f14
Added unit tests to validate casing scenarios
t1agob Feb 17, 2022
5198fb0
Bumping AspectInjector to support new .net6.0.2
t1agob Feb 17, 2022
d9bfa2a
Removing unused nuget packages from metrics
t1agob Feb 17, 2022
e7d29a7
pinning global .net version
t1agob Feb 17, 2022
9342b14
Merge pull request #95 from awslabs/pr/91
sliedig Feb 18, 2022
4a19c9c
Moved classes to separate files.
sliedig Feb 20, 2022
e54431b
Updated docs
sliedig Feb 20, 2022
9fdaae0
Removed namespace provider prop from polders
sliedig Feb 20, 2022
c66ba1a
fix: explicitly adding doc files for build configurations
sliedig Feb 20, 2022
0f0e47c
fix: removed optional doc file paths
sliedig Feb 20, 2022
d93d2e6
feat: added Logging example
sliedig Feb 21, 2022
36dc993
fix: updated documentation and doc generation (#96)
sliedig Feb 21, 2022
a14b077
fix: updated Logging template description
sliedig Feb 24, 2022
b5f9677
feat: added init Metrics sample
sliedig Feb 24, 2022
8d44667
chore: cleaned up logging and metrics functions
sliedig Feb 24, 2022
ebd2efe
feat: added Tracing example
sliedig Feb 24, 2022
78d7906
feat: updated examples to include managed runtime configuration as we…
sliedig Feb 24, 2022
8be1fee
fix: added missing runtimes
sliedig Feb 25, 2022
e2382cf
Merge pull request #97 from sliedig/sliedig/examples
sliedig Feb 25, 2022
f36e580
feat: add extra fields to the logger methods (#98)
amirkaws Feb 25, 2022
b9aa6f2
feat: Logger output case attributes docs and unit testing (#100)
t1agob Feb 25, 2022
8b516d7
Update logging.md
t1agob Feb 25, 2022
9d2280f
Update logging.md
t1agob Feb 25, 2022
7df1e54
example project minor logging formatting issue fixed (#101)
amirkaws Feb 25, 2022
65e3974
chore: removed SimpleLambda from examples
sliedig Feb 26, 2022
6fd40b5
chore: added copyright to examples
sliedig Feb 26, 2022
2a1b9f8
chore: adding missed copyright info
sliedig Feb 26, 2022
0475567
examples clean up & bug fix
amirkaws Feb 27, 2022
d1d58a6
examples clean up & bug fix
amirkaws Feb 27, 2022
df0b86d
Merge pull request #103 from awslabs/amirkaws/fix-example-issues
sliedig Feb 27, 2022
97b7359
Merge remote-tracking branch 'upstream/develop' into sliedig/examples
sliedig Feb 28, 2022
e5c7afe
Merge pull request #102 from sliedig/sliedig/examples
sliedig Feb 28, 2022
91378bb
adding support for versioning
t1agob Mar 1, 2022
ac55c7b
fixed issue on getting versions
t1agob Mar 1, 2022
ece0dc8
triggered new version
t1agob Mar 1, 2022
53c4bbe
update version.json format
t1agob Mar 1, 2022
42c45e2
fixed issue with version substituion
t1agob Mar 1, 2022
aa7afe6
testing with version 0.0.1 of metrics
t1agob Mar 1, 2022
e1f3857
fix: skip duplicate nuget packages publish
t1agob Mar 1, 2022
e5b1fde
Update version.json
t1agob Mar 1, 2022
8183c1e
Update version.json
t1agob Mar 1, 2022
72b817f
Update version.json
t1agob Mar 1, 2022
a89545d
adding correct trigger to publish file
t1agob Mar 1, 2022
a1db007
docs: Reviewing documentation (#68)
sliedig Mar 3, 2022
9ddd53a
Updated docs generation trigger (#110)
t1agob Mar 3, 2022
1f9d406
add environment variable table
amirkaws Mar 8, 2022
629726f
highlight Environment Variable
amirkaws Mar 8, 2022
692231c
move environment variable table to references
amirkaws Mar 8, 2022
5c99c07
replave tracer with tracing
amirkaws Mar 8, 2022
b3ce012
remove dot for consistency
amirkaws Mar 8, 2022
b3783c7
Update references.md
sliedig Mar 9, 2022
25c0e65
Merge pull request #111 from awslabs/amirkaws/add-env-vars-docs
sliedig Mar 9, 2022
90f160b
docs: docs review (#112)
sliedig Mar 15, 2022
835a6f4
update docs
amirkaws Mar 15, 2022
7f29680
Merge pull request #113 from awslabs/amirkaws/update-doc-1
sliedig Mar 16, 2022
02bd5ef
docs: spell check with US-English dictionary (#115)
sliedig Mar 16, 2022
0ebb61f
Add LoggingBuilder extensions to support dependency injection for logger
amirkaws Mar 16, 2022
9dca27a
docs: library readme updates and minor updates (#117)
sliedig Mar 28, 2022
c464047
Remove LoggingBuilder extensions to support dependency injection for …
amirkaws Mar 28, 2022
cc89699
Remove extra dependency
amirkaws Mar 28, 2022
24e6911
Remove extra dependency
amirkaws Mar 28, 2022
c3aa2f8
add logging attribute class documentation
amirkaws Mar 28, 2022
1e4eac9
add logging attribute class documentation
amirkaws Mar 28, 2022
20309e1
add attribute class documentations
amirkaws Mar 29, 2022
79d04c1
Merge pull request #116 from awslabs/amirkaws/add-di-support-for-logging
sliedig Jul 4, 2022
fe45037
chore: bumped .net version in global to 6.0.301
sliedig Jul 4, 2022
638c2d6
chore: bumped .net version in global to 6.0.301 (#120)
sliedig Jul 4, 2022
e978595
Merge remote-tracking branch 'upstream/develop' into develop
sliedig Jul 4, 2022
7a21029
feat: PR Labeler GitHub actions (#119)
sliedig Jul 14, 2022
6f9098f
chore: updated docker builds to use Amazon.Lambda.Tools (#118)
sliedig Jul 15, 2022
a4b2567
Update .NET SDK Ver & NuGet packages to the latest versions
amirkaws Jul 15, 2022
7c58b32
Fix output folder path with space
amirkaws Jul 15, 2022
97d6cd3
Fix unit test outside of lambda
amirkaws Jul 15, 2022
db8d5d6
Update sample NuGet packages versions
amirkaws Jul 15, 2022
05d0341
Merge pull request #121 from awslabs/amirkaws-update-versions
sliedig Jul 15, 2022
5c7a728
Update pr-labeler.yml (#122)
sliedig Jul 15, 2022
e83ed9f
Merge remote-tracking branch 'upstream/develop' into develop
sliedig Jul 15, 2022
de5e8e0
chore: updated list of assignees
sliedig Jul 17, 2022
8d5ad91
chore: updated PR labeling path
sliedig Jul 17, 2022
21c5289
chore: removed unnecessary pr labeling
sliedig Jul 17, 2022
24d787b
chore: updated stale action
sliedig Jul 17, 2022
8f765aa
chore: deleted unnecessay publishing action
sliedig Jul 17, 2022
dc46efd
feat: updated record_pr action
sliedig Jul 17, 2022
244a4d7
chore: updated Label PR based on title action
sliedig Jul 17, 2022
638f933
feature: hard coded .NET version number in build action
sliedig Jul 17, 2022
1482b71
fix: updated auto assign
sliedig Jul 18, 2022
2cf21a3
feat: added security.md
sliedig Jul 18, 2022
511143a
chore: updated issue templates
sliedig Jul 18, 2022
12627cd
chore: update pr template
sliedig Jul 18, 2022
83a0989
fix: updating issue templates with correct extention
sliedig Jul 18, 2022
0f50e16
Update .github/boring-cyborg.yml
sliedig Jul 18, 2022
de0697c
Update .github/auto_assign.yml
sliedig Jul 18, 2022
a853982
chore(ci): add reusable export pr workflow dependency
heitorlessa Jul 18, 2022
6ec1486
chore(ci): add missing scripts
heitorlessa Jul 18, 2022
85bc25b
chore(ci): add on_merge_pr workflow to notify releases
heitorlessa Jul 18, 2022
b39d8fb
chore(ci): add workflow to detect missing related issue
heitorlessa Jul 18, 2022
f98a5c7
Merge pull request #1 from sliedig/sliedig/develop
heitorlessa Jul 18, 2022
9ab764f
Merge pull request #123 from sliedig/develop
sliedig Jul 18, 2022
b170307
fix: added missing codecov packages for
sliedig Jul 19, 2022
22be4a0
chore(ci): upudated wording in PR template checklist
sliedig Jul 19, 2022
a97d1ed
chore: removing unecessary buildtools
sliedig Jul 19, 2022
d37a511
Merge pull request #126 from sliedig/develop
sliedig Jul 19, 2022
0dcee13
Merge pull request #127 from sliedig/sliedig-ci
sliedig Jul 22, 2022
d8f4519
chore(ci): added codeowners
sliedig Jul 22, 2022
a57b477
docs: updated link to feature request; added roadmap
sliedig Jul 22, 2022
a97c673
docs: fixed nav for roadmap
sliedig Jul 22, 2022
6a9bda2
chore(ci): added Maintainers doc
sliedig Jul 22, 2022
4592def
chore(ci): updated PR workflows and scripts
sliedig Jul 22, 2022
99174c7
chore(governance): render debug logs with csharp syntax
heitorlessa Jul 24, 2022
f5610b3
chore(governance): typo in pending release label name
heitorlessa Jul 24, 2022
5b674fc
chore(ci): lockdown untrusted workflows to sha
heitorlessa Jul 24, 2022
d65b607
chore(ci): use untrusted workflows with sha
heitorlessa Jul 24, 2022
2c8b7d5
chore(ci): upgrade checkout action to v3
heitorlessa Jul 24, 2022
fe6ff71
chore(ci): upgrade setup-python to v4
heitorlessa Jul 24, 2022
4c7daf5
chore(ci): enable concurrency group for docs workflow
heitorlessa Jul 24, 2022
19ca919
Merge pull request #128 from sliedig/sliedig-ci
sliedig Jul 24, 2022
bb63e04
Merge pull request #130 from heitorlessa/chore/enforce-github-actions…
sliedig Jul 24, 2022
cbc6227
Merge pull request #132 from heitorlessa/chore/github-concurrency-docs
sliedig Jul 24, 2022
e81b922
fix(ci): lockdown gh-pages workflow to sha
heitorlessa Jul 24, 2022
ef183e7
Merge pull request #134 from heitorlessa/chore/lockdown-gh-pages-work…
sliedig Jul 24, 2022
2258515
update versions to preview
amirkaws Jul 29, 2022
e1b7bed
add missing package icons
amirkaws Jul 29, 2022
9b5c691
Merge pull request #135 from awslabs/amirkaws-update-versions
sliedig Jul 29, 2022
7851321
Fix Conflicts
amirkaws Aug 1, 2022
dd28d67
Fix Conflicts
amirkaws Aug 1, 2022
7b85c65
Merge pull request #139 from awslabs/amirkaws-resolve-conflicts-2
sliedig Aug 1, 2022
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
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

91 changes: 91 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
name: Bug report
description: Report a reproducible bug to help us improve
title: "Bug: TITLE"
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thank you for submitting a bug report. Please add as much information as possible to help us reproduce, and remove any potential sensitive data.

Please become familiar with [our definition of bug](https://github.com/awslabs/aws-lambda-powertools-dotnet/blob/develop/MAINTAINERS.md#is-that-a-bug).
- type: textarea
id: expected_behaviour
attributes:
label: Expected Behaviour
description: Please share details on the behaviour you expected
validations:
required: true
- type: textarea
id: current_behaviour
attributes:
label: Current Behaviour
description: Please share details on the current issue
validations:
required: true
- type: textarea
id: code_snippet
attributes:
label: Code snippet
description: Please share a code snippet to help us reproduce the issue
render: python
validations:
required: true
- type: textarea
id: solution
attributes:
label: Possible Solution
description: If known, please suggest a potential resolution
validations:
required: false
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Please share how we might be able to reproduce this issue
validations:
required: true
- type: input
id: version
attributes:
label: AWS Lambda Powertools for Python version
placeholder: "latest, 1.25.6"
value: latest
validations:
required: true
- type: dropdown
id: runtime
attributes:
label: AWS Lambda function runtime
options:
- 3.6
- 3.7
- 3.8
- 3.9
validations:
required: true
- type: dropdown
id: packaging
attributes:
label: Packaging format used
options:
- Lambda Layers
- Serverless Application Repository (SAR) App
- PyPi
multiple: true
validations:
required: true
- type: textarea
id: logs
attributes:
label: Debugging logs
description: If available, please share [debugging logs](https://awslabs.github.io/aws-lambda-powertools-dotnet/#debug-mode)
render: csharp
validations:
required: false
- type: markdown
attributes:
value: |
---

**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/awslabs/aws-lambda-powertools-dotnet/discussions/new
about: Ask a general question about Lambda Powertools
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/documentation-improvements.md

This file was deleted.

51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-improvements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Documentation improvements
description: Suggest a documentation update to improve everyone's experience
title: "Docs: TITLE"
labels: ["documentation", "triage"]
body:
- type: markdown
attributes:
value: |
Thank you for helping us improve everyone's experience. We review documentation updates on a case by case basis.
- type: textarea
id: search_area
attributes:
label: What were you searching in the docs?
description: Please help us understand how you looked for information that was either unclear or not available
validations:
required: true
- type: input
id: area
attributes:
label: Is this related to an existing documentation section?
description: Please share a link, if applicable
validations:
required: false
- type: textarea
id: idea
attributes:
label: How can we improve?
description: Please share your thoughts on how we can improve this experience
render: markdown
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: Got a suggestion in mind?
description: Please suggest a proposed update
validations:
required: false
- type: checkboxes
id: acknowledgment
attributes:
label: Acknowledgment
options:
- label: I understand the final update might be different from my proposed suggestion, or refused.
required: true
- type: markdown
attributes:
value: |
---

**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Feature request
description: Suggest an idea for Lambda Powertools
title: "Feature request: TITLE"
labels: ["feature-request", "triage"]
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to suggest an idea to the Lambda Powertools project.

*Future readers*: Please react with 👍 and your use case to help us understand customer demand.
- type: textarea
id: problem
attributes:
label: Use case
description: Please help us understand your use case or problem you're facing
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: Solution/User Experience
description: Please share what a good solution would look like to this use case
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternative solutions
description: Please describe what alternative solutions to this use case, if any
render: markdown
validations:
required: false
- type: checkboxes
id: acknowledgment
attributes:
label: Acknowledgment
options:
- label: This feature request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-dotnet/tenets)
required: true
- label: Should this be considered in other Lambda Powertools languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/)
required: false
- type: markdown
attributes:
value: |
---

**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
62 changes: 0 additions & 62 deletions .github/ISSUE_TEMPLATE/rfc.md

This file was deleted.

Loading