You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/psych-5.3.1/CONTRIBUTING.md

1.3 KiB

How to contribute to Psych

Full details here

Did you find a bug?

  • Do not open an issue if the bug is a security vulnerability in Psych, instead refer to our security policy and email here.

  • Ensure the bug was not already reported by searching on ruby-core, the ruby github repo and on Psych's github repo. More info here

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch for small fixes. Anything larger look here; submit a Feature.

  • Ensure you clearly describe the problem and solution. Include the relevant ticket/issue number if applicable.

Psych is a volunteer effort. We encourage you to pitch in and join the team!

Thanks! ❤️ ❤️ ❤️

The Psych Team