Skip to content

Commit

Permalink
docs: Add migration notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 8, 2022
1 parent afefc60 commit fe3804f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
28 changes: 28 additions & 0 deletions MIGRATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Migration notes

Migration and deprecation notes for vcspull are here, see {ref}`changelog` as
well.

```{admonition} Welcome on board! 👋
1. 📌 For safety, **always** pin the package
2. 📖 Check the migration notes _(You are here)_
3. 📣 If you feel something got deprecated and it interrupted you - past, present, or future - voice your opinion on the [tracker].
We want to make vcspull fun, reliable, and useful for users.
API changes can be painful.
If we can do something to draw the sting, we'll do it. We're taking a balanced approach. That's why these notes are here!
(Please pin the package. 🙏)
[tracker]: https://github.com/vcs-python/vcspull/discussions
```

## Next release

_Add migration notes here_

<!---
# vim: set filetype=markdown:
-->
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ configuration/index
api
developing
history
migration
GitHub <https://github.com/vcs-python/vcspull>
```
9 changes: 9 additions & 0 deletions docs/migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(migration)=

```{currentmodule} libtmux
```

```{include} ../MIGRATION
```

0 comments on commit fe3804f

Please sign in to comment.