Skip to content

fixed workflows #3

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ansh7432
Copy link

Description

This PR adds GitHub workflow configurations and issue templates to streamline our development process and ensure consistent quality across contributions.

Changes Made

  • Added CI workflow to automatically build and test on push/PR to main branch
  • Set up production deployment workflow via Vercel
  • Created standardized issue templates for:
  • Bug reports
  • Feature requests

Documentation improvements

Added comprehensive pull request template
Configured welcome bot for new contributors
Testing Performed
Verified GitHub Action workflow syntax using act tool locally
Confirmed issue templates render correctly in preview
Validated secrets requirements for deployment workflow

Benefits

Enforces consistent PR and issue formatting
Automates testing and deployment processes
Improves contributor experience with clear guidelines
Enables continuous integration practices

Dependencies

For the deployment workflow to function correctly after merging, the following repository secrets need to be configured:

VERCEL_TOKEN
VERCEL_ORG_ID
VERCEL_PROJECT_ID

These GitHub workflow configurations will help standardize our development practices and improve overall project quality.

fixes #1

Signed-off-by: ansh7432 <[email protected]>
@ansh7432 ansh7432 force-pushed the fix/github-workflows branch from f4cf022 to ad116ed Compare March 24, 2025 07:38
@ansh7432
Copy link
Author

hi @Durgesh4993 @MAVRICK-1 please review this :)

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.

Missing .github Folder and Issue Template
1 participant