-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Diwank Singh Tomer <[email protected]> Co-authored-by: Hamada Salhab <[email protected]> Co-authored-by: Julep Developers <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: creatorrr <[email protected]> Co-authored-by: ijindal1 <[email protected]> Co-authored-by: Vedant Sahai <[email protected]> Co-authored-by: Vivek Gurudutt K <[email protected]> Co-authored-by: JeevaRamanathan <[email protected]> Co-authored-by: Ho Yin <[email protected]> Co-authored-by: Ikko Eltociear Ashimine <[email protected]> Co-authored-by: HamadaSalhab <[email protected]> Co-authored-by: Shuvojit Das <[email protected]> Co-authored-by: Bilal Mirza <[email protected]> Co-authored-by: whiterabbit1983 <[email protected]> Co-authored-by: whiterabbit1983 <[email protected]> Co-authored-by: ItsAmziii <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: itsamziii <[email protected]> Co-authored-by: Utsav bhattarai <[email protected]> Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Sudhanshu Tripathi <[email protected]>
- Loading branch information
1 parent
416459c
commit 0cab96d
Showing
573 changed files
with
37,557 additions
and
34,261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Contributor Covenant Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [INSERT EMAIL ADDRESS]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
name: "🐛 Bug Report" | ||
description: "Submit a bug report to help us improve" | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: We value your time and your efforts to submit this bug report is appreciated. 🙏 | ||
|
||
- type: textarea | ||
id: description | ||
validations: | ||
required: true | ||
attributes: | ||
label: "📜 Description" | ||
description: "A clear and concise description of what the bug is." | ||
placeholder: "It bugs out when ..." | ||
|
||
- type: textarea | ||
id: steps-to-reproduce | ||
validations: | ||
required: true | ||
attributes: | ||
label: "👟 Reproduction steps" | ||
description: "How do you trigger this bug? Please walk us through it step by step." | ||
placeholder: "1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error" | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
validations: | ||
required: true | ||
attributes: | ||
label: "👍 Expected behavior" | ||
description: "What did you think should happen?" | ||
placeholder: "It should ..." | ||
|
||
- type: textarea | ||
id: actual-behavior | ||
validations: | ||
required: true | ||
attributes: | ||
label: "👎 Actual Behavior with Screenshots" | ||
description: "What did actually happen? Add screenshots, if applicable." | ||
placeholder: "It actually ..." | ||
|
||
- type: dropdown | ||
id: operating-system | ||
attributes: | ||
label: "💻 Operating system" | ||
description: "What OS is your app running on?" | ||
options: | ||
- Linux | ||
- MacOS | ||
- Windows | ||
- Something else | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- Something else | ||
|
||
- type: textarea | ||
id: additional-context | ||
validations: | ||
required: false | ||
attributes: | ||
label: "📃 Provide any additional context for the Bug." | ||
description: "Add any other context about the problem here." | ||
placeholder: "It actually ..." | ||
|
||
- type: textarea | ||
id: logs | ||
validations: | ||
required: false | ||
attributes: | ||
label: 📖 Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
|
||
- type: checkboxes | ||
id: no-duplicate-issues | ||
attributes: | ||
label: "👀 Have you spent some time to check if this bug has been raised before?" | ||
options: | ||
- label: "I checked and didn't find similar issue" | ||
required: true | ||
|
||
- type: dropdown | ||
id: willing-to-submit-pr | ||
attributes: | ||
label: 🔗 Are you willing to submit PR? | ||
description: This is absolutely not required, but we are happy to guide you in the contribution process. | ||
options: # Added options key | ||
- "Yes, I am willing to submit a PR!" | ||
- "No" | ||
validations: | ||
required: false | ||
|
||
|
||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: 🧑⚖️ Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/julep-ai/julep/blob/dev/.github/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Have Question? | ||
url: https://discord.com/invite/JTSBGRZrzj | ||
about: Join Official Discord server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: "📝 Docs Improvement" | ||
description: "Suggest improvements or additions to the documentation" | ||
title: "[Docs]: " | ||
labels: ["documentation"] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to help improve our documentation! Please provide the following details | ||
|
||
- type: input | ||
id: current_section | ||
attributes: | ||
label: "Current Section" | ||
description: "Which section of the documentation needs improvement?" | ||
placeholder: "e.g., Installation Guide" | ||
|
||
- type: textarea | ||
id: improvement_suggestion | ||
attributes: | ||
label: "Improvement Suggestion" | ||
description: "Describe the improvement or addition you are suggesting." | ||
placeholder: "e.g., Add more details about setting up the environment." | ||
|
||
- type: textarea | ||
id: additional_context | ||
attributes: | ||
label: "Additional Context" | ||
description: "Any additional context or information that might be helpful." | ||
placeholder: "e.g., Links to related documentation, screenshots, etc." | ||
- type: checkboxes | ||
id: no-duplicate-issues | ||
attributes: | ||
label: "👀 Have you spent some time to check if this issue has been raised before?" | ||
options: | ||
- label: "I checked and didn't find similar issue" | ||
required: true | ||
- type: dropdown | ||
id: willing-to-submit-pr | ||
attributes: | ||
label: Are you willing to submit PR? | ||
description: This is absolutely not required, but we are happy to guide you in the contribution process. | ||
options: | ||
- "Yes I am willing to submit a PR!" | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: 🧑⚖️ Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/julep-ai/julep/blob/dev/.github/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
Oops, something went wrong.