Skip to content

Commit b0596d9

Browse files
authored
Merge pull request #2 from aws-user-group-nz/1-first-release
feat: initial commit
2 parents 3224266 + 0a954f4 commit b0596d9

File tree

4 files changed

+41
-0
lines changed

4 files changed

+41
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Commit Message Conformance
2+
3+
on:
4+
pull_request: {}
5+
6+
permissions:
7+
statuses: write
8+
checks: write
9+
contents: read
10+
pull-requests: read
11+
12+
jobs:
13+
commitmsg-conform:
14+
uses: aws-user-group-nz/actions-commitmsg-conform/.github/workflows/commitmsg-conform.yml@v1
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Markdown Lint
2+
3+
on:
4+
pull_request: {}
5+
6+
permissions:
7+
statuses: write
8+
checks: write
9+
contents: read
10+
pull-requests: read
11+
12+
jobs:
13+
markdown-lint:
14+
uses: aws-user-group-nz/actions-markdown-lint/.github/workflows/markdown-lint.yml@v1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# .github
2+
23
Community profile and shared standards for the AWS User Group New Zealand GitHub organization.

profile/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 🚀 Welcome to AWS User Group New Zealand 👋
2+
3+
The AWS User Group New Zealand GitHub organization exists to support our local AWS community by sharing examples, demos, and resources used in meetups, talks, and community-led projects.
4+
5+
🌟 What We Do
6+
7+
👉 Share example code and demos from community talks, workshops, and events
8+
👉 Publish learning resources to help members explore AWS services and best practices
9+
👉 Collaborate on community projects that benefit AWS users in New Zealand
10+
👉 Promote open knowledge sharing through clear documentation and accessible examples
11+
12+
📚 "Learning, sharing, and building together as an AWS community." 📚

0 commit comments

Comments
 (0)