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

chore: update repo structure #2

Merged
merged 6 commits into from
Dec 19, 2024
Merged

Conversation

brionmario
Copy link
Member

@brionmario brionmario commented Dec 19, 2024

Purpose

This pull request includes several updates to configuration files, documentation, and workflows. The changes aim to improve the development environment, streamline workflows, and enhance documentation.

Configuration Updates:

  • Added .editorconfig to standardize editor settings across the project.
  • Added .eslintignore and .prettierignore to define global ignore rules for ESLint and Prettier.

Workflow Enhancements:

  • Created a new GitHub Actions workflow (pr-builder.yml) to build and test pull requests submitted to the main branch.
  • Created a release workflow (release.yml) to automate the release process.

Documentation Improvements:

  • Added a comprehensive CONTRIBUTING.md guide to help new contributors set up the development environment and follow commit message guidelines.
  • Updated .github/issue_template.md and .github/pull_request_template.md to improve the issue and pull request submission process. [1] [2]

Changeset Configuration:

  • Introduced Changesets by adding a .changeset folder with a README.md and config.json for versioning and publishing code. [1] [2]

Miscellaneous:

  • Added .npmrc and .nvmrc files to manage npm and Node.js versions. [1] [2]
  • Configured VS Code settings to format code on save.

Related Issues

Related PRs

  • N/A

Checklist

  • e2e cypress tests locally verified.
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

@brionmario
Copy link
Member Author

Will fix the ESLint issues later.

@brionmario brionmario merged commit 4f9c624 into asgardeo:main Dec 19, 2024
3 of 4 checks passed
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.

2 participants