Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring issue templates into dev #14

Merged
merged 3 commits into from
Jun 8, 2023
Merged

Bring issue templates into dev #14

merged 3 commits into from
Jun 8, 2023

Conversation

rootiest
Copy link
Owner

@rootiest rootiest commented Jun 8, 2023

Summary by OpenAI

Release Notes:

  • New Feature: Added GitHub issue templates for asking questions, reporting bugs, and requesting features.

"Bugs and questions, features too,
Our templates now guide you through.
With prompts and sections, clear and neat,
Reporting issues is now a treat!"

<html>
<body>
<!--StartFragment--><h2 dir="auto" style="box-sizing: border-box; margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: var(--base-text-weight-semibold, 600); line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(230, 237, 243); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, &quot;Noto Sans&quot;, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(13, 17, 23); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">Improve Workflow Actions</h2><p dir="auto" style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(230, 237, 243); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, &quot;Noto Sans&quot;, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(13, 17, 23); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">The changes consist of adding and updating GitHub Actions workflows to improve the codebase's quality, security, and maintainability. The changes include adding a workflow to greet new contributors, running a linter on the codebase, using the correct GitHub token in two jobs, running OpenCommit on push events, and releasing to Discord when a new release is published. Additionally, a workflow file that triggered a PR description generator was removed.</p><h2 dir="auto" style="box-sizing: border-box; margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: var(--base-text-weight-semibold, 600); line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(230, 237, 243); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, &quot;Noto Sans&quot;, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(13, 17, 23); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">Table of files and their summaries</h2>

File | Summary | Triage
-- | -- | --
.github/workflows/greet.yml | Adds a GitHub Actions workflow that greets new contributors when they open an issue or pull request. No changes to the logic or functionality of the codebase. | APPROVED
.github/workflows/linter.yml | Adds a GitHub Actions workflow to run the super-linter tool on the codebase. The workflow is triggered on push and pull request events, except for the master and main branches. The super-linter tool is used to lint the codebase. No changes to the logic or functionality of the codebase. | APPROVED
.github/workflows/ai-security-check-for-pr.yml | Updates the GitHub token used in two jobs to secrets.GITHUB_TOKEN instead of secrets.GH_TOKEN. This change is a minor modification that does not affect the code logic or functionality. | APPROVED
.github/workflows/opencommit.yml | Adds a GitHub action to run OpenCommit on push events for branches other than master. No changes to the codebase logic or functionality. | APPROVED
.github/workflows/release_discord.yml | Adds a GitHub Actions workflow to release to Discord when a new release is published. No changes to the logic or functionality of the codebase. | APPROVED
.github/workflows/openai-pr-description.yml | Removes a GitHub Actions workflow file that triggers a PR description generator. The author states that this is not a user-facing change and adds checks to ensure releases are clean. The changes do not appear to modify the logic or functionality of the codebase. | APPROVED

<br class="Apple-interchange-newline"><!--EndFragment-->
</body>
</html>
…s, and requesting features to improve issue quality and organization
Add templates for issue tracker
@rootiest rootiest merged commit 565a898 into dev Jun 8, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 8, 2023

🤖 OpenAI

[SUMMARY]: This change adds GitHub issue templates to the project, which will help standardize the information provided in bug reports, feature requests, and questions. The templates include prompts for describing the problem, outlining the question, reproducing bugs, expected behavior, and providing additional context. This will make it easier for contributors to provide useful information when opening issues, which will ultimately lead to faster resolution times.

File Summary
.github/ISSUE_TEMPLATE/ask-a-question.md Adds a GitHub issue template for asking questions. The template includes prompts for describing the problem, outlining the question, and providing steps taken so far. Asks users to make an effort to solve the problem themselves before opening a ticket.
.github/ISSUE_TEMPLATE/bug_report.md Adds a bug report issue template with predefined sections for describing the bug, reproducing it, expected behavior, and additional context.
.github/ISSUE_TEMPLATE/feature_request.md Adds a feature request issue template to the project with prompts for problem description, solution, alternatives, and additional context.

Chat with 🤖 OpenAI Bot (@openai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @openai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Ignoring further reviews

  • Type @openai: ignore anywhere in the PR description to ignore further reviews from the bot.


In the recent run, only the files that changed from the base of the PR and between 6b480dc300264e20496898366da1a454e9871e8b and 896eba0ffbf07641f8d5054419e46cd70aab9108 commits were reviewed.

Files not reviewed due to simple changes (3)

Skipped review in the recent run

  • .github/ISSUE_TEMPLATE/ask-a-question.md
  • .github/ISSUE_TEMPLATE/bug_report.md
  • .github/ISSUE_TEMPLATE/feature_request.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant