File tree Expand file tree Collapse file tree 12 files changed +35
-0
lines changed
Expand file tree Collapse file tree 12 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: Apache-2.0
2+ #
13# This workflow uses actions that are not certified by GitHub. They are provided
24# by a third-party and are governed by separate terms of service, privacy
35# policy, and support documentation.
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: Apache-2.0
2+
13/apis- * /
Original file line number Diff line number Diff line change 1+ <!-- SPDX-License-Identifier: Apache-2.0 -->
2+
13All participants agree to abide by the [ Code of Conduct] ( https://lfprojects.org/policies/code-of-conduct/ ) . Please contact [ conduct@lfenergy.org ] ( conduct@lfenergy.org ) to report any
24violations or concerns.
Original file line number Diff line number Diff line change 1+ <!-- SPDX-License-Identifier: Apache-2.0 -->
2+
13# Contributing to APIS
24
35Thank you for your interest in contributing to APIS! We welcome contributions from the community to help improve and grow this project.
Original file line number Diff line number Diff line change 1+ <!-- SPDX-License-Identifier: Apache-2.0 -->
2+
13# APIS Project Governance Policy
24
35## Overview
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: Apache-2.0
12
23GIT_BASE_URL =https://github.com/hyphae
34
Original file line number Diff line number Diff line change 1+ <!-- SPDX-License-Identifier: Apache-2.0 -->
2+
13# Copyright
24## APIS (Autonomous Power Interchange System)
35## © 2020 Sony Corporation
Original file line number Diff line number Diff line change 1+ <!-- SPDX-License-Identifier: Apache-2.0 -->
2+
13# 🔋 APIS - Autonomous Power Interchange System
24[ ![ OpenSSF Scorecard] ( https://api.scorecard.dev/projects/github.com/hyphae/APIS/badge )] ( https://scorecard.dev/viewer/?uri=github.com/hyphae/APIS )
35
@@ -359,6 +361,17 @@ Set up APIS for your neighborhood and bring energy independence to your communit
359361### 🎓 ** For Researchers**
360362Contribute to the future of distributed energy systems through APIS development and research.
361363
364+ ## Code Quality Tooling (Java)
365+
366+ APIS Java modules may use standard code quality tools to keep the codebase
367+ consistent and modern.
368+
369+ - ** Checkstyle** is used to enforce Java coding conventions.
370+ - ** Modernizer** helps detect usage of legacy Java APIs.
371+ - ** OpenRewrite** can assist with automated refactoring and modernization.
372+
373+ Configuration for these tools is typically done through Maven (` pom.xml ` )
374+ and may vary between modules.
362375---
363376
364377* Made with ❤️ by the APIS Community - Powering the future, one battery at a time.*
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: Apache-2.0
2+
13*
24! .gitignore
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ # SPDX-License-Identifier: Apache-2.0
3+
14echo ' call start.sh'
25
36cd $( dirname " ${0} " )
You can’t perform that action at this time.
0 commit comments