Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: "🐞 Bug Report"
description: Report a bug or propose to fix a bug
title: "BUG: "
labels: ["bug", "Needs Triage"]
body:
- type: checkboxes
attributes:
label: "Is there an existing issue raised for this?"
description: "Before reporting, kindly ensure that you dont duplicate an already existing issue."
options:
- label: "I have searched the existing issues"
required: true
- type: markdown
attributes:
value: |
Please fill out the sections below so that the bug can be fixed. Try to be as detailed as possible.
- type: textarea
id: description
attributes:
label: Describe your issue
placeholder: Eg - When I click here this happens..
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
placeholder: |
1. Go to page X
2. Click here
3. Click there
validations:
required: true
- type: textarea
id: expected
attributes:
label: What was the expected result?
description: Describe the expected functionality
placeholder: Eg - It was expected to log out, but it doesnt
validations:
required: true
- type: textarea
attributes:
label: Proposed solution
description: You approach or an abstract idea to tackle this issue.
placeholder: Eg - This can be implemented using..
validations:
required: true
- type: dropdown
id: assign
attributes:
label: "Would you like to work on this issue?"
options:
- "Yes"
- type: checkboxes
attributes:
label: "Terms & Conditions"
options:
- label: "I agree to follow the Code of Conduct"
required: true
- label: "I'm a GSSOC'24 Ext contributor"
- type: markdown
attributes:
value: |
Thanks for reporting this issue! We will get back to you as soon as possible.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Questions or need suggestions?
url: https://github.com/AlfiyaSiddique/TastyTrails/discussions/new?category=q-a
about: You can create a Q&A discussion and ask for clarifications
- name: Guidelines
url: https://github.com/AlfiyaSiddique/TastyTrails/blob/master/CONTRIBUTING.md
about: Before opening a new issue, please make sure to read CONTRIBUTING.md
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/new-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: "🚀 New feature"
description: Suggest any new feature / functionality which will actually be a meaningful addon to the application.
title: "FEATURE: "
labels: ["enhancement", "Needs Triage"]
body:
- type: checkboxes
attributes:
label: "Is there an existing issue raised for this?"
description: "Before reporting, kindly ensure that you dont duplicate an already existing issue."
options:
- label: "I have searched the existing issues"
required: true
- type: markdown
attributes:
value: |
Please fill out the sections below to properly describe the new feature you are suggesting. Try to be as much detailed as possible.
- type: textarea
attributes:
label: Describe the feature
description: Describe your idea which you would like to implement. Add necessary prototypes or rough sketch or an overview on how you will be proceeding with this request. A breif about the approach, tools or libraries you will be using will be an add-on.
placeholder: Eg - Adding chat functionality, integrating Google sign on etc
validations:
required: true
- type: textarea
attributes:
label: Component
description: Where would you like to add this feature? specify the URI if you want to add a new feature in an existing URI.
placeholder: Eg - /healthy_meals
validations:
required: true
- type: textarea
attributes:
label: It should be implemented because
description: Give out a detailed explanation along with its use-case
validations:
required: true
- type: dropdown
id: assign
attributes:
label: "Would you like to work on this issue?"
options:
- "Yes"
- type: checkboxes
attributes:
label: "Terms & Conditions"
options:
- label: "I agree to follow the Code of Conduct"
required: true
- label: "I'm a GSSOC'24 Ext contributor"
- type: markdown
attributes:
value: |
Thanks for your suggestion! Let's see together if it can be implemented.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/styling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: "🌟 Enhancement"
description: Enhance any existing feature / functionality which will improve the existing state of the application.
title: "ENHANCEMENT: "
labels: ["enhancement", "Needs Triage"]
body:
- type: checkboxes
attributes:
label: "Is there an existing issue raised for this?"
description: "Before reporting, kindly ensure that you dont duplicate an already existing issue."
options:
- label: "I have searched the existing issues"
required: true
- type: markdown
attributes:
value: |
Please fill out the sections below to properly describe the new improvements you are suggesting. Try to be as much detailed as possible.
- type: textarea
attributes:
label: Describe the improvement
description: Describe your idea which you would like to implement on an existing module. Add necessary prototypes or rough sketch or an overview on how you will be proceeding.
placeholder: Eg - Improving the UI and making it responsive, Improving the animations etc.
validations:
required: true
- type: textarea
attributes:
label: Component
description: Which area of the application you are willing to improve? You may specify the URI of the screen.
placeholder: Eg - /Profile
validations:
required: true
- type: textarea
id: rationale
attributes:
label: It should be implemented because
description: Give out a detailed explanation along with its use-case
validations:
required: true
- type: dropdown
id: assign
attributes:
label: "Would you like to work on this issue?"
options:
- "Yes"
- type: checkboxes
attributes:
label: "Terms & Conditions"
options:
- label: "I agree to follow the Code of Conduct"
required: true
- label: "I'm a GSSOC'24 Ext contributor"
- type: markdown
attributes:
value: |
Thanks for your suggestion! Let's see together if it can be implemented.
82 changes: 1 addition & 81 deletions LabCycle05/pom.xml
Original file line number Diff line number Diff line change
@@ -1,81 +1 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
<artifactId>LabCycle05</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>LabCycle05</name>
<description>Demo project for Spring Boot</description>
<properties>
<java.version>17</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

</project>
sampel
1 change: 1 addition & 0 deletions test2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sadad
1 change: 1 addition & 0 deletions yureka.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sadasda