Skip to content

Commit 114a2fe

Browse files
authored
Merge pull request #142 from wp-graphql/feat/prep-for-plugin-repo
chore: prep for launch on the .org repo
2 parents 157e947 + a78dd0b commit 114a2fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+413
-284
lines changed

.env.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ MYSQL_PASSWORD=${DB_PASSWORD}
3939
WP_VERSION=6.1
4040
PHP_VERSION=8.0
4141
WPGRAPHQL_VERSION=latest
42-
DATA_DUMP_DIR=/var/www/html/wp-content/plugins/wp-graphql-acf/tests/_data
42+
DATA_DUMP_DIR=/var/www/html/wp-content/plugins/wpgraphql-acf/tests/_data
4343

4444
# Define the version of ACF to test with
4545
ACF_VERSION="latest"

.env.testing.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ MYSQL_PASSWORD=${DB_PASSWORD}
6464
WP_VERSION=6.1
6565
PHP_VERSION=8.0
6666
WPGRAPHQL_VERSION=latest
67-
DATA_DUMP_DIR=/var/www/html/wp-content/plugins/wp-graphql-acf/tests/_data
67+
DATA_DUMP_DIR=/var/www/html/wp-content/plugins/wpgraphql-acf/tests/_data
6868
DOCKER_REGISTRY=ghcr.io/wp-graphql/
6969

7070
# Define the test suites to run

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
99
Please remember, a bug report is not the place to ask questions. You can
1010
use [Slack](https://join.slack.com/t/wp-graphql/shared_invite/zt-3vloo60z-PpJV2PFIwEathWDOxCTTLA) for that, or start a topic in [GitHub
11-
Discussions](https://github.com/wp-graphql/wp-graphql/discussions).
11+
Discussions](https://github.com/wp-graphql/wpgraphql-acf/discussions).
1212
- type: textarea
1313
attributes:
1414
label: Description
@@ -35,8 +35,8 @@ body:
3535
attributes:
3636
label: PHP or JSON export of the ACF Field Group(s)
3737
description: >-
38-
Paste or attach the PHP or JSON export of the ACF Field Group(s) related to the problem.
39-
38+
Paste or attach the PHP or JSON export of the ACF Field Group(s) related to the problem.
39+
4040
Attach as Github supported file type, ie .txt or .zip
4141
- type: textarea
4242
attributes:
@@ -76,7 +76,7 @@ body:
7676
attributes:
7777
label: Please confirm that you have searched existing issues in the repo.
7878
description: >-
79-
You can do this by searching https://github.com/wp-graphql/wp-graphql/issues.
79+
You can do this by searching https://github.com/wp-graphql/wpgraphql-acf/issues and https://github.com/wp-graphql/wp-graphql/issues.
8080
options:
8181
- label: 'Yes'
8282
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: General Help Request
4+
url: https://github.com/wp-graphql/wpgraphql-acf/discussions
5+
about: For general questions and help requests, create a new topic in Github Discussions
6+
- name: Slack Community
7+
url: https://join.slack.com/t/wp-graphql/shared_invite/zt-3vloo60z-PpJV2PFIwEathWDOxCTTLA
8+
about: The WPGraphQL Slack is a great place to communicate in real-time. Ask questions, discuss features, get to know other folks using WPGraphQL.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
99
1010
Please make sure to search the repo for [existing feature
11-
requests](https://github.com/wp-graphql/wp-graphql-acf/issues)
11+
requests](https://github.com/wp-graphql/wpgraphql-acf/issues)
1212
before creating a new one.
1313
- type: textarea
1414
attributes:

.github/workflows/schema-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "Previous tagged schema ${{ steps.get-latest-tag.outputs.tag }}"
7878
7979
- name: Get Previous Released Schema
80-
run: curl 'https://github.com/wp-graphql/wp-graphql-acf-2/releases/download/${{ steps.get-latest-tag.outputs.tag }}/schema.graphql' -L --output /tmp/${{ steps.get-latest-tag.outputs.tag }}.graphql
80+
run: curl 'https://github.com/wp-graphql/wpgraphql-acf/releases/download/${{ steps.get-latest-tag.outputs.tag }}/schema.graphql' -L --output /tmp/${{ steps.get-latest-tag.outputs.tag }}.graphql
8181

8282
# https://github.com/marketplace/actions/graphql-inspector
8383
- name: Install Schema Inspector

.wordpress-org/banner-1544x500.png

215 KB
Loading

.wordpress-org/banner-772x250.png

-34.3 KB
Loading

.wordpress-org/icon-128x128.png

13.3 KB
Loading

.wordpress-org/icon-256x256.png

49.7 KB
Loading

0 commit comments

Comments
 (0)