This repository was archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Added Release Template #45
Open
adilshaikh165
wants to merge
8
commits into
aiplanethub:main
Choose a base branch
from
adilshaikh165:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
ae5f57c
Added Release Template
adilshaikh165 3de565d
Update bug_report.md
adil-aiplanet c887e96
Update ci.yml
adil-aiplanet 5ab264e
Delete .github/workflows/python-publish.yml
adil-aiplanet 995b564
Update PULL_REQUEST_TEMPLATE.md
adil-aiplanet 32d4873
Update ci.yml
adil-aiplanet 7ce3437
Update feature_request.md
adil-aiplanet 5667c4a
Update feature_request.md
adil-aiplanet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,32 @@ | ||
| --- | ||
| name: "\U0001F41E Bug Report" | ||
| about: Did you find a bug? | ||
| title: '' | ||
| labels: 'Bug' | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| <!-- | ||
| Hi there! Thank you for discovering and submitting an issue. | ||
|
|
||
| Before you submit this; let's make sure of a few things. | ||
| Please make sure the following boxes are ticked if they are correct. | ||
| If not, please try and fulfill these first. | ||
| --> | ||
|
|
||
| <!-- Checked checkbox should look like this: [x] --> | ||
| - [ ] I am on the [latest](https://github.com/aiplanethub/genai-stack/releases/latest) GenAI version. | ||
| - [ ] I have searched the [issues](https://github.com/aiplanethub/genai-stack/issues) of this repo and believe that this is not a duplicate. | ||
|
|
||
| <!-- | ||
| Once those are done, if you're able to fill in the following list with your information, | ||
| it'd be very helpful to whoever handles the issue. | ||
| --> | ||
|
|
||
| - **OS version and name [e.g. Linux(Ubuntu)]**: <!-- Replace with version + name --> | ||
| - **Browser [e.g. chrome, safari]**: | ||
| - **GenAI version [e.g. V0.2.0]**: <!-- Replace with version --> | ||
|
|
||
| ## Issue | ||
| <!-- Now feel free to write your issue, but please be descriptive! Thanks again 🙌 ❤️ --> |
This file contains hidden or 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,30 @@ | ||
| --- | ||
| name: Feature request | ||
| about: Request a new feature | ||
|
|
||
| --- | ||
|
|
||
| # Feature request | ||
|
|
||
| <!-- Thanks for coming up with a proposal! --> | ||
|
|
||
| ## Thesis | ||
|
|
||
| <!-- What exactly do you propose? Please, provide code examples. --> | ||
|
|
||
| ## Reasoning | ||
|
|
||
| <!-- | ||
| Why do you think this is a good idea? | ||
|
|
||
| Please, include some strong points and considerations. | ||
| --> | ||
|
|
||
| **Who will benefit from this feature?** | ||
|
|
||
|
|
||
| **[Contributing](https://github.com/aiplanethub/genai-stack/blob/main/CONTRIBUTING.md)** | ||
|
|
||
| - Do you want to contribute a PR? (yes/no): | ||
| - If yes, please read [this page](https://github.com/aiplanethub/genai-stack/blob/main/CONTRIBUTING.md) for instructions | ||
| - Briefly describe your candidate solution(if contributing): |
This file contains hidden or 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,41 @@ | ||
| ## Description | ||
|
|
||
| <!-- | ||
| Please do not leave this blank | ||
| This PR [adds/removes/fixes/replaces] the [feature/bug/etc]. | ||
| --> | ||
|
|
||
| ## What type of PR is this? (check all applicable) | ||
|
|
||
| - [ ] 🍕 Feature | ||
| - [ ] 🐛 Bug Fix | ||
| - [ ] 📝 Documentation Update | ||
| - [ ] 🎨 Style | ||
| - [ ] 🧑💻 Code Refactor | ||
| - [ ] 🔥 Performance Improvements | ||
| - [ ] ✅ Test | ||
| - [ ] 🤖 Build | ||
| - [ ] 🔁 CI | ||
| - [ ] 📦 Chore (Release) | ||
| - [ ] ⏩ Revert | ||
|
|
||
| ## Related Tickets & Documents | ||
| <!-- | ||
| Please use this format link issue numbers: Fixes #123 | ||
| https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword | ||
| --> | ||
|
|
||
| ## Added tests? | ||
|
|
||
| - [ ] 👍 yes | ||
| - [ ] 🙅 no, because they aren't needed | ||
| - [ ] 🙋 no, because I need help | ||
|
|
||
| ## Added to documentation? | ||
|
|
||
| - [ ] 📜 README.md | ||
| - [ ] 📕 gitbook | ||
| - [ ] 🙅 no documentation needed | ||
|
|
||
| ## [optional] Are there any post-deployment tasks we need to perform? | ||
|
|
This file contains hidden or 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,34 @@ | ||
| name: CI | ||
|
|
||
| on: | ||
| push: | ||
| branches: [ "main" ] | ||
| pull_request: | ||
| types: [opened, synchronize, reopened] | ||
|
|
||
| jobs: | ||
| build: | ||
|
|
||
| runs-on: ubuntu-latest | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| python-version: ["3.8","3.9", "3.10", "3.11"] | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - name: Set up Python ${{ matrix.python-version }} | ||
| uses: actions/setup-python@v3 | ||
| with: | ||
| python-version: ${{ matrix.python-version }} | ||
| - name: Install dependencies | ||
| run: | | ||
| python -m pip install --upgrade pip | ||
|
shreehari-aiplanet marked this conversation as resolved.
|
||
| python -m pip install ruff pytest | ||
| if [ -f requirements.txt ]; then pip install -r requirements.txt; fi | ||
| - name: Lint with ruff | ||
| run: | | ||
| ruff check . | ||
| - name: Test with pytest | ||
| run: | | ||
| pytest | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.