From b3b14bc81f94bcb0a9a0e64520a71d1090ea4be6 Mon Sep 17 00:00:00 2001 From: Michael Zolotukhin Date: Sat, 5 Oct 2024 16:20:39 -0700 Subject: [PATCH] Add CONTRIBUTING.md and CHANGELOG.md stack-info: PR: https://github.com/modularml/stack-pr/pull/30, branch: ZolotukhinM/stack/1 --- CHANGELOG.md | 9 +++++++++ CONTRIBUTING.md | 17 +++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 CONTRIBUTING.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8675d44 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Top of tree + +* Added config files - now defaults for the CL options can be customized with + local config files (#32). +* Added a feature to customize branch names for stacked PRs (#33). +* Fixed a bug with branches not being deleted when a stack is abandoned (#27). +* Subcommands outputs is suppressed for less spammy look (#26). + +# Version 0.1.2 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5093d93 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contributions + +Thank you for your interest in contributing to this project! We appreciate the time and effort you're willing to invest. + +## Filing Issues + +If you encounter bugs or have suggestions, please feel free to open an issue. Clear, detailed reports help us fix things faster! + +## Pull Requests (PRs) + +We welcome PRs for bug fixes, enhancements, and new features. Please fork the repository and submit your PR when you're ready. Be sure to check the existing issues to see if a similar change is already being worked on. + +Please note that the project is maintained during our team's available time, so responses and reviews might take a little longer. We will review all contributions and respond as soon as possible. + +When your PR is ready to be merged, one of our team members will merge it on your behalf. + +Thank you for contributing and helping to improve this project. We look forward to seeing your ideas!