Breezy
main
main
  • README
  • Code of conduct
  • Contributing Guide
  • Changelog
  • Security Policy
  • docs
    • configuration
    • Cross cutting concerns
    • deferments
    • Demo Application
    • Digging
    • Overview
    • Installation
    • NavigationContext
    • The page response
    • Rails utils
    • The store shape
    • Requests
    • Tutorial
    • The return of Rails UJS
    • recipes
      • Infinite scroll
      • Modals
      • progress-bar
      • Shopping cart
      • SPA (Single Page Application) Pagination
      • Server-Side Rendering
      • Replicating Turbo behavior
      • Usage with vite
    • Modules
      • Functions
      • Functions
      • index
      • types.actions
      • types
      • Interfaces
Powered by GitBook
On this page
  • Code of Conduct
  • Opening a PR

Was this helpful?

Contributing Guide

PreviousCode of conductNextChangelog

Last updated 26 days ago

Was this helpful?

Code of Conduct

We welcome pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot .

We expect everyone to follow the code of conduct anywhere in thoughtbot's project codebases, issue trackers, chat-rooms, and mailing lists.

Opening a PR

  1. Fork the repo,

  2. Navigate to the superglue directory,

  3. Run npm install to install the base dependencies,

  4. Run the test suite: npm run test,

  5. Make your changes,

  6. Push your fork and open a pull request.

A good PR will solve the smallest problem it possibly can and have good test coverage.

code of conduct