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

Commits on Jun 8, 2023

  1. Fix Workflow Actions

    <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>
    rootiest authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5300524 View commit details
    Browse the repository at this point in the history
  2. feat(github): add issue templates for asking questions, reporting bug…

    …s, and requesting features to improve issue quality and organization
    rootiest committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7b293bc View commit details
    Browse the repository at this point in the history
  3. Update issue templates

    Add templates for issue tracker
    rootiest authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    896eba0 View commit details
    Browse the repository at this point in the history