1+ # Licensed to the Apache Software Foundation (ASF) under one
2+ # or more contributor license agreements. See the NOTICE file
3+ # distributed with this work for additional information
4+ # regarding copyright ownership. The ASF licenses this file
5+ # to you under the Apache License, Version 2.0 (the
6+ # "License"); you may not use this file except in compliance
7+ # with the License. You may obtain a copy of the License at
8+ #
9+ # http://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # Unless required by applicable law or agreed to in writing, software
12+ # distributed under the License is distributed on an "AS IS" BASIS,
13+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ # See the License for the specific language governing permissions and
15+ # limitations under the License.
16+
17+ # doc: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
18+
19+ github :
20+ description : " Apache NetBeans for VS Code"
21+ homepage : https://marketplace.visualstudio.com/items?itemName=ASF.apache-netbeans-java
22+ labels :
23+ - vscode
24+ - java
25+ - lsp
26+ - netbeans
27+ - ide
28+ - code-editor
29+ features :
30+ wiki : false
31+ issues : true
32+ projects : false
33+ discussions : true
34+ dependabot_alerts : false
35+ dependabot_updates : true
36+ enabled_merge_buttons :
37+ squash : false
38+ merge : true
39+ rebase : false
40+ protected_branches :
41+ # no force push to master
42+ master :
43+ required_linear_history : false
44+
45+ notifications :
46+ commits : commits@netbeans.apache.org
47+ issues : notifications@netbeans.apache.org
48+ pullrequests : notifications@netbeans.apache.org
49+ discussions : notifications@netbeans.apache.org
50+ jira_options : link label worklog
0 commit comments