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

Merge develop to main #267

Merged
merged 319 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
319 commits
Select commit Hold shift + click to select a range
7437ea2
Uses dashes in folder names
simonbs Jun 25, 2024
9b4b319
Updates next-auth
simonbs Jun 26, 2024
6343a40
Makes rows returned by IDB generic
simonbs Jun 26, 2024
fe2e3e7
DbGuestRepository uses IDB instead of Pool
simonbs Jun 26, 2024
e4f11f9
Supports logging in with single provider only
simonbs Jun 26, 2024
1398d42
Improves email with magic link
simonbs Jun 26, 2024
0e15c58
Updates design of invitation e-mail
simonbs Jun 26, 2024
ad1a865
Updates README
simonbs Jun 26, 2024
b01dc3a
Simplifies command
simonbs Jun 26, 2024
93ae53e
Infrastructure for AWS (#192)
ulrikandersen Jun 27, 2024
55258e1
Stores access token and refresh token obtained at login
simonbs Jun 27, 2024
70c29a8
Ensures input to saneParseInt is a string
simonbs Jun 27, 2024
92afa5d
Adds unit tests to saneParseInt
simonbs Jun 27, 2024
1060d3b
Adds unit tests for FallbackOAuthTokenRepository
simonbs Jun 27, 2024
e592938
Fixes EmailGuestInviter unit tests
simonbs Jun 27, 2024
c0a6f15
Fixes LogInHandler unit tests
simonbs Jun 27, 2024
d01d739
Add secrets needed for NextAuth
ulrikandersen Jun 28, 2024
b2f18d3
NEXTAUTH_URL not NEXTAUTH_URL_INTERNAL
ulrikandersen Jun 28, 2024
7851c6f
Merge branch 'develop' into feature/authjs
ulrikandersen Jun 28, 2024
5b8d3f4
Add deployment to staging
ulrikandersen Jun 28, 2024
5a13ce9
Remove unused workflow
ulrikandersen Jun 28, 2024
b222caa
Add env vars needed for build to succeed
ulrikandersen Jun 28, 2024
a1810f9
Use node20 + npm for build
ulrikandersen Jun 28, 2024
b58c1b1
Fix type for WebhookEventName
ulrikandersen Jun 28, 2024
531b4f6
Remove invalid import
ulrikandersen Jun 28, 2024
8aa663e
Remove copy env var step from deploy workflow
ulrikandersen Jun 28, 2024
5942928
Add IS_BUILD_PROCESS flag
ulrikandersen Jun 28, 2024
c4b8ac6
Add IS_BUILD_PROCESS flag to build workflow
ulrikandersen Jun 28, 2024
d4c3f83
Log from DummyGuestRepo
ulrikandersen Jul 2, 2024
8bd21bc
Add back .env.example
ulrikandersen Jul 2, 2024
682ba7c
Configure docker build
ulrikandersen Jul 2, 2024
648cf6b
Add health route back
ulrikandersen Jul 2, 2024
80e5f81
Configure pool with database password
ulrikandersen Jul 2, 2024
83d0554
Configure transport in MagicLinkEmailSender manually
ulrikandersen Jul 3, 2024
6b93ab8
Use node:20.8.1-alpine for Docker build
ulrikandersen Jul 3, 2024
ddc99eb
Update invite-guest.yml
simonbs Jul 9, 2024
cc4774e
Update build-and-deploy-staging.yml
simonbs Jul 9, 2024
9a01c18
Update invite-guest.yml
simonbs Jul 9, 2024
a747704
Update build-and-deploy-staging.yml
simonbs Jul 9, 2024
4474e3c
Fixes AuthjsAccountsOAuthTokenRepository unit tests
simonbs Jul 9, 2024
cb1eb4e
Streamlines indentation
simonbs Jul 9, 2024
331daf7
Fixes EmailGuestInviter tests
simonbs Jul 9, 2024
6f6b978
Removes unused variable
simonbs Jul 9, 2024
e086116
Update build-and-deploy-staging.yml
simonbs Jul 9, 2024
599e49a
Update invite-guest.yml
simonbs Jul 9, 2024
f4f7c89
Requires FROM_EMAIL environment variabel
simonbs Jul 9, 2024
a185db1
Moves page metadata into environment variables
simonbs Jul 9, 2024
93d4db8
Reorders environment variables
simonbs Jul 9, 2024
096f860
Removes quotes
simonbs Jul 9, 2024
945e3d1
Reads title from environment variable
simonbs Jul 9, 2024
1ad35ba
Renames duck.png to logo.png
simonbs Jul 9, 2024
15720c6
Removes Shape logos
simonbs Jul 9, 2024
bbaae76
Removes shapehq from unit tests
simonbs Jul 9, 2024
0dd671a
Removes Shape Docs from unit tests
simonbs Jul 9, 2024
4b5c630
Makes website title configurable in EmailGuestInviter
simonbs Jul 9, 2024
75f8524
Makes website title configurable in MagicLinkEmailSender
simonbs Jul 9, 2024
b1485de
Removes unneeded parantheses
simonbs Jul 9, 2024
5120ba8
Makes website title configurable in GitHubCommentFactory
simonbs Jul 9, 2024
3ad7ccf
Removes Framna reference
simonbs Jul 9, 2024
81f5699
Removes references to shapetools.io from unit tests
simonbs Jul 9, 2024
2922052
Removes unneeded asset
simonbs Jul 9, 2024
6ce821d
Removes unneeded semicolons
simonbs Jul 9, 2024
9a60122
Uses base64 encoded logo in mails
simonbs Jul 9, 2024
1bbb9e2
Fixes typos
simonbs Jul 9, 2024
9cce21e
Fixes reference to unavailable image
simonbs Jul 9, 2024
9ac04ff
Fixes incorrect filename
simonbs Jul 9, 2024
2b84f7e
Makes .shape-docs.yml filename configurable
simonbs Jul 9, 2024
451cb01
Tests file extension
simonbs Jul 9, 2024
cf8ad65
Reorders env type
simonbs Jul 9, 2024
8476060
Ensures environment variables are read-only
simonbs Jul 9, 2024
113d9d0
Fixes alt text
simonbs Jul 9, 2024
99f7d4e
Ensures session is read-only
simonbs Jul 9, 2024
45868bd
Fetches projects for all user's organisations
simonbs Jul 9, 2024
1224458
Fixes GitHubProjectDataSource tests
simonbs Jul 9, 2024
c0333ca
Adds unit test
simonbs Jul 9, 2024
255ece4
Removes extraneous whitespace
simonbs Jul 9, 2024
2b68e30
Removes GITHUB_ORGANIZATION_NAME environment variable
simonbs Jul 9, 2024
211748c
Removes unused imports
simonbs Jul 9, 2024
d5479f9
Improves formatting
simonbs Jul 10, 2024
36bc08a
Removes code related to guests
simonbs Jul 10, 2024
be8e070
Sorts imports
simonbs Jul 10, 2024
73f7e69
Uses named arguments
simonbs Jul 10, 2024
149a4ff
Gracefully fails reading cached projects
simonbs Jul 10, 2024
3ae83de
Adds owner and ownerUrl to projects
simonbs Jul 10, 2024
a7f5d57
Shows owner in path
simonbs Jul 10, 2024
ea08e6e
Fixes unit tests
simonbs Jul 10, 2024
871e8b3
Adds owner to URL
simonbs Jul 10, 2024
4209903
Improves formatting
simonbs Jul 11, 2024
4d7d7a9
Loads all user's repositories
simonbs Jul 11, 2024
2b13d16
Adds REPOSITORY_NAME_SUFFIX
simonbs Jul 15, 2024
800a4bf
Removes unneeded commas
simonbs Jul 15, 2024
eb4a86d
Renames websiteTitle to siteName
simonbs Jul 15, 2024
fb2e669
Fixes unit tests
simonbs Jul 15, 2024
ec8f8b8
Fixes formatting
simonbs Jul 15, 2024
c39d4d1
Uses GitHub app ID to find our comment in PR
simonbs Jul 15, 2024
7d93aea
Fixes unit tests
simonbs Jul 15, 2024
06ed735
Fixes URLs in PRs
simonbs Jul 15, 2024
7e2c2e2
Streamlines quotes
simonbs Jul 15, 2024
93dd488
Updates PR comments
simonbs Jul 15, 2024
04f049c
Allowlist and disallowlist checks full repository names
simonbs Jul 15, 2024
c455ed7
Adds RepositoryNameEventFilter tests
simonbs Jul 15, 2024
a4dc02c
Removes ExistingCommentCheckingPullRequestEventHandler tests
simonbs Jul 15, 2024
b35a2b7
Removes RepositoryNameCheckingPullRequestEventHandler tests
simonbs Jul 15, 2024
527d952
Adds FilteringPullRequestEventHandler tests
simonbs Jul 15, 2024
e1f6cbc
Removes PostCommentPullRequestEventHandler tests
simonbs Jul 15, 2024
d5edf50
Removes GitHubCommentFactory tests
simonbs Jul 15, 2024
3cab528
Fixes OAuthTokenRefreshingGitHubClient tests
simonbs Jul 15, 2024
0870f45
Adds tests to PostCommentPullRequestEventHandler
simonbs Jul 15, 2024
27531c3
Improves formatting
simonbs Jul 15, 2024
c9f6af4
Updates comment when removing relevant file changes
simonbs Jul 15, 2024
42af1c0
Adds tests to PullRequestCommenter
simonbs Jul 15, 2024
b0bb4a2
Fixes typo
simonbs Jul 15, 2024
da79b24
Adds getStatusText
simonbs Jul 15, 2024
b7e4eed
Refactor PullRequestCommenter
simonbs Jul 15, 2024
3fa1274
Removes getOrganizationMembershipStatus() from IGitHubClient
simonbs Jul 15, 2024
ed44590
Fixes building workflow
simonbs Jul 15, 2024
b9b3eaf
Fixes attempting to connect to Redis during build
simonbs Jul 15, 2024
d7b67a3
Updates dependencies
simonbs Jul 15, 2024
e754d22
Updates Stoplight
simonbs Jul 15, 2024
9aed5c3
Fixes linting errors
simonbs Jul 15, 2024
02ce0c6
Updates dependencies
simonbs Jul 15, 2024
dc804d3
Merge branch 'develop' into feature/authjs
simonbs Jul 15, 2024
a992391
Removes IS_BUILD_PROCESS
simonbs Jul 15, 2024
0518bbe
Adds missing environment variables
simonbs Jul 15, 2024
1f1c46d
Removes unused IS_BUILD_PROCESS
simonbs Jul 15, 2024
6fdef9c
Create CODEOWNERS
simonbs Jul 16, 2024
ad6c1d6
Create LICENSE
simonbs Jul 16, 2024
b5d2087
Create SECURITY.md
simonbs Jul 16, 2024
c2ce00c
Infrastructure updates
ulrikandersen Jul 16, 2024
ea35fe9
Update staging certificate
ulrikandersen Jul 16, 2024
0818c52
Specify domain name in code
ulrikandersen Jul 16, 2024
dbcb673
Move AWS infrastructure to separate repository
ulrikandersen Jul 16, 2024
264c76f
Updates PR comments
simonbs Jul 16, 2024
c526861
Merge branch 'feature/authjs' of github.com:shapehq/shape-docs into f…
simonbs Jul 16, 2024
54de62b
Update README.md
simonbs Jul 16, 2024
96c8008
Update README.md
simonbs Jul 16, 2024
87049ca
Minor fixes to README.md
ulrikandersen Jul 16, 2024
ec02bba
Create check-changes-to-env.yml
simonbs Jul 17, 2024
243f465
Update check-changes-to-env.yml
simonbs Jul 17, 2024
c30e637
Configures webhooks in composition
simonbs Jul 17, 2024
3937634
Removes separate export
simonbs Jul 17, 2024
f002f89
Merge branch 'feature/authjs' of github.com:shapehq/shape-docs into f…
simonbs Jul 17, 2024
13c7ba7
Adds POSTGRESQL_PASSWORD
simonbs Jul 17, 2024
7f954b2
Ensures environment variables are set
simonbs Jul 17, 2024
070273d
Fixes linting warnings
simonbs Jul 17, 2024
10ff7fe
Merge branch 'develop' into feature/authjs
simonbs Jul 17, 2024
f089e3e
Update check-changes-to-env.yml
simonbs Jul 17, 2024
c6d1479
Merge branch 'develop' into feature/authjs
simonbs Jul 17, 2024
4bb1c6a
Update check-changes-to-env.yml
simonbs Jul 17, 2024
af76c84
Merge branch 'develop' into feature/authjs
simonbs Jul 17, 2024
f4d3ef1
Merge pull request #238 from shapehq/feature/authjs
simonbs Jul 17, 2024
9652967
Bump @mui/icons-material from 5.16.1 to 5.16.4
dependabot[bot] Jul 17, 2024
9e93da1
Merge pull request #244 from shapehq/dependabot/npm_and_yarn/mui/icon…
simonbs Jul 17, 2024
3ac8fc4
Updates example PostgresSQL environment variable values
simonbs Jul 17, 2024
8e973fe
Removes debug logging
simonbs Jul 17, 2024
b763848
Update README.md
simonbs Jul 17, 2024
7ebf16b
Merge pull request #246 from shapehq/enhancement/remove-debug-log
simonbs Jul 17, 2024
29478b3
Merge branch 'develop' into enhancement/db-default-values
simonbs Jul 17, 2024
7f0739c
Update check-changes-to-env.yml
simonbs Jul 17, 2024
4c6db1d
Create bug_report.yml
simonbs Jul 17, 2024
2f0209e
Create feature_request.yml
simonbs Jul 17, 2024
e81ca22
Create question.yml
simonbs Jul 17, 2024
963f004
Create pull_request_template.md
simonbs Jul 17, 2024
e4e3aa5
Merge branch 'develop' into enhancement/db-default-values
simonbs Jul 17, 2024
022f25a
Merge pull request #245 from shapehq/enhancement/db-default-values
simonbs Jul 17, 2024
cfdafd7
Merge branch 'develop' into enhancement/issue-templates
simonbs Jul 18, 2024
7e91d36
Merge pull request #247 from shapehq/enhancement/issue-templates
simonbs Jul 18, 2024
3d977f5
Update build.yml
simonbs Jul 18, 2024
6146cf9
Update .env.example
simonbs Jul 18, 2024
1ef1ddf
Merge pull request #248 from shapehq/enhancement/substantial-example
simonbs Jul 18, 2024
c0b79ba
Deletes unused workflow
simonbs Jul 18, 2024
b656166
Removes extraneous line break
simonbs Jul 18, 2024
3ad4e25
Removes empty elements
simonbs Jul 18, 2024
634a59e
Adds unit tests
simonbs Jul 18, 2024
c3cb07c
Merge branch 'develop' into bugfix/remove-empty-items
simonbs Jul 18, 2024
409bdbd
Merge pull request #251 from shapehq/bugfix/remove-empty-items
simonbs Jul 18, 2024
35919b1
Merge branch 'develop' into simonbs-patch-2
simonbs Jul 18, 2024
14f3fe5
Merge pull request #250 from shapehq/simonbs-patch-2
simonbs Jul 18, 2024
a5dd1f2
Create build-docker-image.yml
simonbs Jul 18, 2024
2dd8e88
Merge branch 'develop' into simonbs-patch-1
simonbs Jul 18, 2024
defc5e2
Merge pull request #249 from shapehq/simonbs-patch-1
simonbs Jul 18, 2024
1f9fc7b
Fixes test name
simonbs Jul 18, 2024
974d223
Adds getBaseFilename
simonbs Jul 18, 2024
02400ce
Ignores files beginning with dot or residing in folders
simonbs Jul 18, 2024
308ef94
Always includes ref
simonbs Jul 18, 2024
97bd506
Merge branch 'develop' into enhancement/filter-filenames
simonbs Jul 18, 2024
65a63c3
Merge pull request #252 from shapehq/enhancement/filter-filenames
simonbs Jul 18, 2024
4c426a5
Bump usehooks-ts from 2.16.0 to 3.1.0
dependabot[bot] Jul 22, 2024
869f38a
Bump tailwindcss from 3.4.4 to 3.4.6
dependabot[bot] Jul 22, 2024
174725f
Installs Sharp
simonbs Jul 22, 2024
fda9158
Update README.md
simonbs Jul 22, 2024
05fee48
Merge pull request #254 from shapehq/dependabot/npm_and_yarn/usehooks…
simonbs Jul 22, 2024
d31c05a
Merge branch 'develop' into dependabot/npm_and_yarn/tailwindcss-3.4.6
simonbs Jul 22, 2024
8c90dde
Bump mobx from 6.13.0 to 6.13.1
dependabot[bot] Jul 22, 2024
eadb2bb
Merge pull request #256 from shapehq/dependabot/npm_and_yarn/tailwind…
simonbs Jul 22, 2024
1b80035
Merge branch 'develop' into dependabot/npm_and_yarn/mobx-6.13.1
simonbs Jul 22, 2024
0e632e1
Merge pull request #257 from shapehq/dependabot/npm_and_yarn/mobx-6.13.1
simonbs Jul 22, 2024
8ee1fc8
Bump @fortawesome/free-solid-svg-icons from 6.5.2 to 6.6.0
dependabot[bot] Jul 22, 2024
ab9bb62
Bump octokit from 3.2.1 to 4.0.2
dependabot[bot] Jul 22, 2024
fd43713
Updates dependencies
simonbs Jul 22, 2024
8c25707
Update dependabot.yml
simonbs Jul 22, 2024
cb63d08
Merge pull request #253 from shapehq/dependabot/npm_and_yarn/fortawes…
simonbs Jul 22, 2024
87329dd
Merge branch 'develop' into dependabot/npm_and_yarn/octokit-4.0.2
simonbs Jul 22, 2024
1be7159
Update README.md
simonbs Jul 22, 2024
2b19b7f
Merge branch 'develop' into enhancement/build-docker-image
simonbs Jul 22, 2024
e960f8a
Merge pull request #259 from shapehq/enhancement/build-docker-image
simonbs Jul 22, 2024
c361c8e
Merge branch 'develop' into enhancement/group-dependabot-updates-to-f…
simonbs Jul 22, 2024
3c7b8da
Merge pull request #260 from shapehq/enhancement/group-dependabot-upd…
simonbs Jul 22, 2024
583ebcf
Fixes unit tests
simonbs Jul 22, 2024
8edf6a0
Merge branch 'develop' into dependabot/npm_and_yarn/octokit-4.0.2
simonbs Jul 22, 2024
48f158d
Merge pull request #255 from shapehq/dependabot/npm_and_yarn/octokit-…
simonbs Jul 22, 2024
cc0057c
Merge branch 'develop' into enhancement/install-sharp
simonbs Jul 22, 2024
e019f90
Bump @octokit/auth-app from 6.1.1 to 7.1.0
dependabot[bot] Jul 22, 2024
63b205f
Merge pull request #258 from shapehq/enhancement/install-sharp
simonbs Jul 22, 2024
1aca886
Merge branch 'develop' into dependabot/npm_and_yarn/octokit/auth-app-…
simonbs Jul 22, 2024
d578c7b
Merge pull request #261 from shapehq/dependabot/npm_and_yarn/octokit/…
simonbs Jul 22, 2024
30daef1
Bump @octokit/core from 5.2.0 to 6.1.2
dependabot[bot] Jul 22, 2024
42d08b6
Groups Octokit dependencies
simonbs Jul 22, 2024
b8e35b3
Merge pull request #262 from shapehq/dependabot/npm_and_yarn/octokit/…
simonbs Jul 22, 2024
62218a7
Bump @octokit/webhooks from 12.2.0 to 13.3.0
dependabot[bot] Jul 22, 2024
102e38c
Bump @auth/pg-adapter from 0.5.3 to 1.4.1
dependabot[bot] Jul 22, 2024
bf41f8e
Merge pull request #263 from shapehq/dependabot/npm_and_yarn/auth/pg-…
simonbs Jul 22, 2024
fe8eaf4
Bump @octokit/webhooks from 12.2.0 to 13.3.0
dependabot[bot] Jul 22, 2024
1bee30d
Merge branch 'dependabot/npm_and_yarn/octokit/webhooks-13.3.0' of git…
simonbs Jul 22, 2024
e5f6a02
Fixes build error
simonbs Jul 22, 2024
496ec66
Uses X-Hub-Signature-256
simonbs Jul 22, 2024
2fad4b3
Fixes linting error
simonbs Jul 22, 2024
ef76e30
Merge pull request #264 from shapehq/dependabot/npm_and_yarn/octokit/…
simonbs Jul 22, 2024
0959fdc
Merge branch 'develop' into enhancement/dependabot-octokit-group
simonbs Jul 22, 2024
e29f8c5
Create test
simonbs Jul 23, 2024
1659f3c
Merge branch 'develop' into enhancement/dependabot-octokit-group
simonbs Jul 23, 2024
43723e9
Merge branch 'main' into develop
simonbs Jul 23, 2024
d9d1898
Merge branch 'develop' into enhancement/dependabot-octokit-group
simonbs Jul 23, 2024
11e31b4
Merge pull request #265 from shapehq/enhancement/dependabot-octokit-g…
simonbs Jul 23, 2024
dd1df34
Bump typescript from 5.5.3 to 5.5.4
dependabot[bot] Jul 23, 2024
d70f5b7
Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0
dependabot[bot] Jul 23, 2024
3d55b38
Merge pull request #268 from shapehq/dependabot/npm_and_yarn/typescri…
simonbs Jul 23, 2024
4789a87
Merge branch 'develop' into dependabot/npm_and_yarn/typescript-eslint…
simonbs Jul 23, 2024
985a987
Merge pull request #269 from shapehq/dependabot/npm_and_yarn/typescri…
simonbs Jul 23, 2024
79f8de0
Create test-sql-queries.yml
simonbs Jul 23, 2024
28c9513
Update and rename test.yml to run-unit-tests.yml
simonbs Jul 23, 2024
4f2a64a
Update test-sql-queries.yml
simonbs Jul 23, 2024
04e18e6
Update README.md
simonbs Jul 23, 2024
3dc68ab
Update run-unit-tests.yml
simonbs Jul 23, 2024
90d4c55
Update test-sql-queries.yml
simonbs Jul 23, 2024
a26a1f1
Update check-changes-to-env.yml
simonbs Jul 23, 2024
1ac2ca3
Update run-unit-tests.yml
simonbs Jul 23, 2024
6b7121b
Update test-sql-queries.yml
simonbs Jul 23, 2024
2e98e01
Update build.yml
simonbs Jul 23, 2024
3143356
Update lint.yml
simonbs Jul 23, 2024
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
19 changes: 19 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
SHAPE_DOCS_BASE_URL=http://localhost:3000
SHAPE_DOCS_PROJECT_CONFIGURATION_FILENAME=.shape-docs.yml
NEXT_PUBLIC_SHAPE_DOCS_TITLE=Shape Docs
NEXT_PUBLIC_SHAPE_DOCS_DESCRIPTION=Documentation for Shape's APIs
NEXTAUTH_URL_INTERNAL=http://localhost:3000
NEXTAUTH_SECRET=use [openssl rand -base64 32] to generate a 32 bytes value
REDIS_URL=localhost
POSTGRESQL_HOST=localhost
POSTGRESQL_USER=dbuser
POSTGRESQL_PASSWORD=
POSTGRESQL_DB=shape-docs
REPOSITORY_NAME_SUFFIX=-openapi
GITHUB_WEBHOOK_SECRET=preshared secret also put in app configuration in GitHub
GITHUB_WEBHOK_REPOSITORY_ALLOWLIST=
GITHUB_WEBHOK_REPOSITORY_DISALLOWLIST=
GITHUB_CLIENT_ID=GitHub App client ID
GITHUB_CLIENT_SECRET=GitHub App client secret
GITHUB_APP_ID=123456
GITHUB_PRIVATE_KEY_BASE_64=base 64 encoded version of the private key - see README.md for more info
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @ulrikandersen @simonbs
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: 🐛 Bug Report
description: File a bug report.
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: bug-description
attributes:
label: What happened?
description: Please describe the bug.
placeholder: Description of the bug.
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: What are the steps to reproduce?
description: Please describe the steps to reproduce the bug.
placeholder: |
Step 1: ...
Step 2: ...
Step 3: ...
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: What is the expected behavior?
description: Please describe the behavior you expect of Shape Docs.
placeholder: I expect that Shape Docs would...
validations:
required: true
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: ✨ Feature Request
description: Suggest an idea for this project
labels: ["feature"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: Yes, the problem is that...
validations:
required: true
- type: textarea
id: solution
attributes:
label: What solution would you like?
description: A clear and concise description of what you want to happen.
placeholder: I would like that...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: What alternatives have you considered?
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: I have considered to...
validations:
required: true
- type: textarea
id: context
attributes:
label: Any additional context?
description: Add any other context or screenshots about the feature request here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ❓ Question
description: Ask a question about this project
labels: ["question"]
body:
- type: textarea
id: question
attributes:
label: Your Question
description: A clear and concisely formulated question.
placeholder: I'd like to ask...
validations:
required: true
- type: textarea
id: context
attributes:
label: Any additional context?
description: Add any other context or screenshots about the question request here.
15 changes: 0 additions & 15 deletions .github/actions/invite-user/action.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/actions/invite-user/dist/index.js

This file was deleted.

217 changes: 0 additions & 217 deletions .github/actions/invite-user/package-lock.json

This file was deleted.

20 changes: 0 additions & 20 deletions .github/actions/invite-user/package.json

This file was deleted.

Loading
Loading