aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2021-04-23 00:01:55 +0200
committerRoel Spilker <r.spilker@gmail.com>2021-04-23 00:01:55 +0200
commit6758714ed564d72236564889157c4812eacb96fb (patch)
treec6160f835c59dd2055ed026e09eec5d9e90eb4fa /.github
parent5120abe4741c78d19d7e65404f407cfe57074a47 (diff)
downloadlombok-6758714ed564d72236564889157c4812eacb96fb.tar.gz
lombok-6758714ed564d72236564889157c4812eacb96fb.tar.bz2
lombok-6758714ed564d72236564889157c4812eacb96fb.zip
Change owner lombok GitHub repository
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 13e71526..2e09a4d5 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -8,7 +8,7 @@ assignees: ''
---
**Before submitting**
-Please check our [wiki](https://github.com/rzwitserloot/lombok/wiki) because some feature requests are asked _a lot_ and there are good reasons (as explained on the wiki) why we can't (yet) implement them or why we won't implement them.
+Please check our [wiki](https://github.com/projectlombok/lombok/wiki) because some feature requests are asked _a lot_ and there are good reasons (as explained on the wiki) why we can't (yet) implement them or why we won't implement them.
**Describe the feature**
A clear and concise description of what the feature request/enhancement is. What is the goal of adding this feature request? This should include 2 java snippets: One 'lomboked' version, which is java code with (for example) an annotation that is short and boilerplate free, and a second snippet that shows precisely what lombok will do under the hood. Lombok can only turn java code that is valid java syntax into different java code.