-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Contributing | ||
|
||
* Please keep the scope of this project in mind. Dutyl is about tool integration | ||
- if your contribution is not using D tools, and can be run on a machine that | ||
doesn't have any of the D tools installed, it's probably not a good fit for | ||
Dutyl, and you should try sending it to | ||
[the d.vim plugin](https://github.com/JesseKPhillips/d.vim) instead. | ||
For example, syntax highlighting based on Vim regular syntax highlighting | ||
facilities doesn't belong here, but syntax highlighting based on some tool that | ||
uses libdparse or something it might be a good fit. | ||
|
||
* At the beginning of `doc/dutyl.txt` there is a line that specifies the | ||
current version of Dutyl. When there are changes in the code but a new | ||
version is not yet released, there should be a `+` after the version - e.g. | ||
`Version: 1.2.3+` - to indicate that this is a different, mid-version. If | ||
that `+` is not there already, please add it as part of the PR. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters