From 921a25e6819124de90a2acd43866fa6f90ed8c11 Mon Sep 17 00:00:00 2001 From: kujirahand Date: Wed, 4 Dec 2024 17:20:48 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=A2=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/dev.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/dev.md b/docs/dev.md index fe72ce4..138c39d 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -1,9 +1,11 @@ # TkEasyGUI Package Developer's Guide -- Pull requests are highly welcome. - Please feel free to ask questions in the [issue tracker](https://github.com/kujirahand/tkeasygui-python/issues). - If you have any requests for new features, please let us know. - [Discord > TkEasyGUI](https://discord.gg/NX8WEQd42S) +- Pull requests are highly welcome. + - When sending a pull request, it would be appreciated if you could include a sample to verify the changes. Please add the file to the tests directory. + - It would be helpful if you could include the issue number related to the commit. (example) [#96](https://github.com/kujirahand/tkeasygui-python/issues/96). ## Task runner