Skip to content

Commit 88732f7

Browse files
authored
Merge pull request #99 from cmang/dev
Merging Dev branch for 0.29.0 Release
2 parents a1dcda0 + b8eeb6a commit 88732f7

40 files changed

+3309
-840
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.pyc
2+
__pycache__/

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ That's awesome that you want to help! I thank you. The guidelines are pretty loo
44

55
* The main thing is, work in the "dev" branch instead of the "master" branch. The changes made to the Dev branch are eventually merged into Master for release.
66

7+
* Durdraw should always be able to run using the Python standard library, without any dependencies, even if some features are unavailable. That level of portability is important to me, and I think is part of its appeal. I am only willing to break it if there is a very good reason. You can still use a dependency if it is used in a way that does not prevevent Durdraw from running when the dependency is unavailable, but prefer the standard library, please.
8+
79
* If you implement a new feature that changes any behavior, unless it's really cool and makes a lot of sense, try to make it optional. For example, through a command-line option or runtime toggle.
810

911
* If you want to help "clean up" the code to make it more legible or modular, that's great. But, I request that you let me see some of the style changes you are proposing before you dump a giant patch of changes. I don't want major changes in a style I don't enjoy.
@@ -12,5 +14,6 @@ That's awesome that you want to help! I thank you. The guidelines are pretty loo
1214

1315
* If you want to contribute ANSI or ASCII Art, that's great! Please post it in the Discussions on Github and give consent if you are OK with it being used (in the program, website, Readme file, youtube videos, etc).
1416

17+
* There is a wish list for desired features here: https://github.com/cmang/durdraw/wiki/Wish-List
18+
1519
* Reviews, feedback, tutorials, demonstrations, etc. are also welcome. Post any art you created with Durdraw in the Discussions, because we would love to see them!
16-

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2009-2024, Sam Foster
3+
Copyright (c) 2009-2025, Sam Foster
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)