Skip to content

Commit f83acad

Browse files
committed
Fill out the issues and contributing
1 parent 01cc889 commit f83acad

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
Here's how you would install and compile using [vim-plug][], it's easy enough to translate this to your favourite plugin manager.
2323

24-
> Note: This tag isn't published yet, you could use the latest commit or master if you're feeling brave.
25-
2624
```viml
2725
Plug 'Olical/conjure', { 'tag': 'v0.4.0', 'do': 'make compile', 'for': 'clojure', 'on': 'ConjureAdd' }
2826
```
@@ -117,11 +115,15 @@ If you wish to change the regular expression used to match buffers to connection
117115

118116
## Issues
119117

120-
...
118+
If you find any issues please do let me know, provide as much as much information and context as you can.
119+
120+
It would help a lot if you could run Neovim with the `CONJURE_LOG_PATH` environment variable set while you reproduce the issue. Any issue will be a lot easier to diagnose and fix with the log attached.
121121

122122
## Contributing
123123

124-
...
124+
Contributions are encouraged, of course! Before submitting pull requests and making serious changes to the code however, I'd love it if you could open an issue to discuss your idea or get in touch via twitter ([@OliverCaldwell][twitter]).
125+
126+
Giving myself and any passers by a chance to discuss ideas first will hopefully mean no rejected pull requests at all.
125127

126128
## Unlicenced
127129

@@ -143,3 +145,4 @@ Do what you want. Learn as much as you can. Unlicense more software.
143145
[vim-plug]: https://github.com/junegunn/vim-plug
144146
[expound]: https://github.com/bhb/expound
145147
[edn]: https://github.com/edn-format/edn
148+
[twitter]: https://twitter.com/OliverCaldwell

0 commit comments

Comments
 (0)