Skip to content

Commit a1256e7

Browse files
authored
Add CONTRIBUTING.md and CHANGELOG.md (#30)
1 parent 331cb54 commit a1256e7

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Top of tree
2+
3+
* Added config files - now defaults for the CL options can be customized with
4+
local config files (#32).
5+
* Added a feature to customize branch names for stacked PRs (#33).
6+
* Fixed a bug with branches not being deleted when a stack is abandoned (#27).
7+
* Subcommands outputs is suppressed for less spammy look (#26).
8+
9+
# Version 0.1.2

CONTRIBUTING.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Contributions
2+
3+
Thank you for your interest in contributing to this project! We appreciate the time and effort you're willing to invest.
4+
5+
## Filing Issues
6+
7+
If you encounter bugs or have suggestions, please feel free to open an issue. Clear, detailed reports help us fix things faster!
8+
9+
## Pull Requests (PRs)
10+
11+
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.
12+
13+
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.
14+
15+
When your PR is ready to be merged, one of our team members will merge it on your behalf.
16+
17+
Thank you for contributing and helping to improve this project. We look forward to seeing your ideas!

0 commit comments

Comments
 (0)