Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Nov 20, 2024
2 parents c805dcc + f93972c commit a5f9692
Show file tree
Hide file tree
Showing 99 changed files with 1,635 additions and 412 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: "🐞 Report a Bug"
description: Create an issue if something does not work as expected.
labels: ["Type/Bug"]
body:
- type: textarea
id: background
attributes:
label: Description
description: Please share a clear and concise description of the problem.
placeholder: Description
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: List the steps you followed when you encountered the issue. Provide sample source code to reproduce the issue where applicable.
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: Enter product/component version.
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment Details (with versions)
description: Mention the environment details (OS, Client, etc.) that the product is running on.
validations:
required: false
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: '📚 Documentation Issue'
about: Request a new article, missing topic, or report an issue if a topic is incorrect in the current documentation.
url: https://github.com/ballerina-platform/ballerina-dev-website/issues/new/choose
- name: General Question
url: https://stackoverflow.com/questions/tagged/ballerina
about: "If you have a question then please ask on Stack Overflow using the #ballerina tag."
- name: Chat on Ballerina Discord Channel
url: https://discord.gg/ballerinalang
about: "Chat about anything else with the community."
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/improvement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "🚀 Improvement Request"
description: Suggest an improvement to the product.
labels: ["Type/Improvement"]
body:
- type: textarea
id: limitation
attributes:
label: Current Limitation
description: Describe the the current limitation.
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: Suggested Improvement
description: Describe the the improvement you suggest.
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: Enter component version.
validations:
required: false
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/new-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: "💡 New Feature Request"
description: Suggest new functionality and features for the product.
labels: ["Type/NewFeature"]
body:
- type: textarea
id: problem
attributes:
label: Problem
description: What is the problem this feature will solve?
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like to have.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives
description: Describe any alternatives have you considered
validations:
required: false
- type: input
id: version
attributes:
label: Version
description: Enter product/component version.
validations:
required: false
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "✍️ Create a Task"
description: Create a new task.
labels: ["Type/Task"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A clear description of what needs to be done.
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: Enter product/component version.
validations:
required: false
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/type_bug.md

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/type_improvement.md

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/type_new_feature.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/type_task.md

This file was deleted.

24 changes: 12 additions & 12 deletions .github/workflows/daily-build-2201.10.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
uses: actions/checkout@v3
with:
ref: 2201.10.x
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- name: Get daily docker version
id: version
run: echo "::set-output name=version::$(date +'%Y-%m-%d')"
Expand Down Expand Up @@ -229,11 +229,11 @@ jobs:
uses: actions/checkout@v2
with:
ref: 2201.10.x
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- name: Build with Gradle
env:
packageUser: ${{ github.actor }}
Expand All @@ -254,11 +254,11 @@ jobs:
uses: actions/checkout@v2
with:
ref: 2201.10.x
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- name: Build with Gradle
env:
packageUser: ${{ github.actor }}
Expand All @@ -278,11 +278,11 @@ jobs:
uses: actions/checkout@v2
with:
ref: 2201.10.x
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- name: Setup Files
run: |
cd /etc/yum.repos.d/
Expand Down Expand Up @@ -362,11 +362,11 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- name: Download MacOS-ARM Intaller Zip
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -401,11 +401,11 @@ jobs:
uses: actions/checkout@v2
with:
ref: 2201.10.x
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.1.x'
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/daily-build-2201.8.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
uses: actions/checkout@v3
with:
ref: 2201.8.x
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- name: Get daily docker version
id: version
run: echo "::set-output name=version::$(date +'%Y-%m-%d')"
Expand Down Expand Up @@ -229,11 +229,11 @@ jobs:
uses: actions/checkout@v2
with:
ref: 2201.8.x
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- name: Build with Gradle
env:
packageUser: ${{ github.actor }}
Expand All @@ -254,11 +254,11 @@ jobs:
uses: actions/checkout@v2
with:
ref: 2201.8.x
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- name: Build with Gradle
env:
packageUser: ${{ github.actor }}
Expand All @@ -278,11 +278,11 @@ jobs:
uses: actions/checkout@v2
with:
ref: 2201.8.x
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- name: Setup Files
run: |
cd /etc/yum.repos.d/
Expand Down Expand Up @@ -362,11 +362,11 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- name: Download MacOS-ARM Intaller Zip
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -401,11 +401,11 @@ jobs:
uses: actions/checkout@v2
with:
ref: 2201.8.x
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17.0.7'
java-version: '21.0.3'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.1.x'
Expand Down
Loading

0 comments on commit a5f9692

Please sign in to comment.